mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 10:14:13 -04:00
Front: Improve readability in menus (#595)
This commit is contained in:
commit
0bc103386a
@ -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