Front: Improve readability in menus (#595)

This commit is contained in:
Zoe Roux
2024-08-13 22:11:54 +02:00
committed by GitHub
@@ -157,6 +157,12 @@ const MenuItem = forwardRef<
<style jsx global>{`
[data-highlighted] {
background: ${theme.variant.accent};
svg {
fill: ${theme.alternate.contrast};
}
div {
color: ${theme.alternate.contrast};
}
}
`}</style>
<Item