Front: Improve readability in menus

This commit is contained in:
Arthur Jamet 2024-08-13 19:38:54 +02:00 committed by Arthur Jamet
parent 195ed11c62
commit 35003b16f8

View File

@ -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