Front: Fix chip text color on hover

This commit is contained in:
Arthur Jamet 2023-12-08 10:15:07 +01:00 committed by Zoe Roux
parent a54311c53f
commit 30581a4ee1

View File

@ -472,7 +472,7 @@ export const Header = ({
color: (theme: Theme) => theme.contrast,
fover: {
self: {
color: (theme: Theme) => theme.contrast,
color: (theme: Theme) => theme.alternate.contrast,
bg: (theme: Theme) => theme.accent,
},
},