remove changes from BottomNavigationBar.vue

This commit is contained in:
tomtjes 2024-01-20 11:50:19 -05:00 committed by GitHub
parent 9d1abe3419
commit da3dea60c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,11 +91,8 @@ export default {
} }
</script> </script>
<style scoped> <style scoped>
.bottom-nav-link { .bottom-nav-link {
color: #666666 color: #666666
} }
@ -111,4 +108,4 @@ export default {
-o-transform: translate(-50%, 0); -o-transform: translate(-50%, 0);
transform: translate(-50%, 0); transform: translate(-50%, 0);
} }
</style> </style>