diff --git a/src/theme.ts b/src/theme.ts index e1c5873e0..ffa2ce770 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -363,7 +363,7 @@ export default (colors: IThemeColors): Theme => }, hover: { "$root&:hover": { - backgroundColor: fade(colors.primary, 0.2) + backgroundColor: fade(colors.primary, 0.3) } }, root: {