fix: Improved readability of input placeholders in dark mode
This commit is contained in:
@ -148,7 +148,7 @@ export const dark = {
|
|||||||
text: colors.almostWhite,
|
text: colors.almostWhite,
|
||||||
textSecondary: lighten(0.1, colors.slate),
|
textSecondary: lighten(0.1, colors.slate),
|
||||||
textTertiary: colors.slate,
|
textTertiary: colors.slate,
|
||||||
placeholder: darken(0.5, '#B1BECC'),
|
placeholder: colors.slateDark,
|
||||||
|
|
||||||
sidebarBackground: colors.veryDarkBlue,
|
sidebarBackground: colors.veryDarkBlue,
|
||||||
sidebarItemBackground: colors.veryDarkBlue,
|
sidebarItemBackground: colors.veryDarkBlue,
|
||||||
|
Reference in New Issue
Block a user