Front: Improve readability in menus (#595)

This commit is contained in:
Zoe Roux 2024-08-13 22:11:54 +02:00 committed by GitHub
commit 0bc103386a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,6 +157,12 @@ const MenuItem = forwardRef<
<style jsx global>{` <style jsx global>{`
[data-highlighted] { [data-highlighted] {
background: ${theme.variant.accent}; background: ${theme.variant.accent};
svg {
fill: ${theme.alternate.contrast};
}
div {
color: ${theme.alternate.contrast};
}
} }
`}</style> `}</style>
<Item <Item