fix: Reduce sensitivity of dark icon switching

fix: Layout issue in icon picker in dark mode
closes #2658
This commit is contained in:
Tom Moor
2021-10-12 23:02:14 -07:00
parent e0405cca0e
commit a6b3dbc894
3 changed files with 2 additions and 4 deletions

View File

@ -209,7 +209,7 @@ export const dark = {
menuBorder: lighten(0.1, colors.almostBlack),
menuBackground: lighten(0.015, colors.almostBlack),
menuShadow:
"0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.08), inset 0 0 1px rgba(255,255,255,.2)",
"0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.08), inset 0 0 1px rgba(255,255,255,.4)",
divider: lighten(0.1, colors.almostBlack),
titleBarDivider: darken(0.4, colors.slate),
inputBorder: colors.slateDark,