mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-02 13:14:29 -04:00
Front: Fix chip text color on hover
This commit is contained in:
parent
a54311c53f
commit
30581a4ee1
@ -472,7 +472,7 @@ export const Header = ({
|
|||||||
color: (theme: Theme) => theme.contrast,
|
color: (theme: Theme) => theme.contrast,
|
||||||
fover: {
|
fover: {
|
||||||
self: {
|
self: {
|
||||||
color: (theme: Theme) => theme.contrast,
|
color: (theme: Theme) => theme.alternate.contrast,
|
||||||
bg: (theme: Theme) => theme.accent,
|
bg: (theme: Theme) => theme.accent,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user