Increase hover opacity for light mode

This commit is contained in:
Manav Rathi
2025-01-22 11:16:50 +05:30
parent 6a4e992843
commit 5e317b9f37

View File

@@ -296,7 +296,7 @@ const getColorSchemes = (colors: ReturnType<typeof getColors>) => ({
hover: colors.light.fill.faintHover,
// For an icon button, the hover background color is derived
// from the active color above and this opacity.
hoverOpacity: 0.04,
hoverOpacity: 0.06,
// TODO(LM): Remove commented.
// The color of a selected action.
//