From 3ceb400a5883513a77580f4f454b9b547608d6b1 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Thu, 7 May 2020 13:04:44 +0200 Subject: [PATCH] Update label color --- src/theme.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/theme.ts b/src/theme.ts index 164e9f620..42a02f7b1 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -147,7 +147,8 @@ export default (colors: IThemeColors): Theme => }, "&::placeholder": { opacity: "1 !important" as any - } + }, + color: colors.font.default }, underline: { "&:after": { @@ -198,7 +199,7 @@ export default (colors: IThemeColors): Theme => color: colors.primary } }, - color: colors.input.text + color: fade(colors.input.text, 0.6) }, shrink: { // Negates x0.75 scale