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