Update label color

This commit is contained in:
dominik-zeglen 2020-05-07 13:04:44 +02:00
parent 6da39876be
commit 3ceb400a58

View file

@ -147,7 +147,8 @@ export default (colors: IThemeColors): Theme =>
}, },
"&::placeholder": { "&::placeholder": {
opacity: "1 !important" as any opacity: "1 !important" as any
} },
color: colors.font.default
}, },
underline: { underline: {
"&:after": { "&:after": {
@ -198,7 +199,7 @@ export default (colors: IThemeColors): Theme =>
color: colors.primary color: colors.primary
} }
}, },
color: colors.input.text color: fade(colors.input.text, 0.6)
}, },
shrink: { shrink: {
// Negates x0.75 scale // Negates x0.75 scale