mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Front: Improve readability in menus
This commit is contained in:
parent
195ed11c62
commit
35003b16f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user