diff --git a/src/components/navigation/BottomNavigation.tsx b/src/components/navigation/BottomNavigation.tsx index d47b61d6..2daf28a7 100644 --- a/src/components/navigation/BottomNavigation.tsx +++ b/src/components/navigation/BottomNavigation.tsx @@ -25,12 +25,18 @@ const Navbar = styled.div` height: var(--bottom-navigation-height); `; +/** + * I've decided that this whole component + * needs to be re-written 👍👍👍👍👍👍 + */ + const Button = styled.a<{ active: boolean }>` flex: 1; color: var(--foreground); - a { - color: inherit !important; + // ok + * { + color: var(--foreground) !important; } > a, @@ -114,9 +120,7 @@ export default observer(() => { - -