Fix color on flat button in dark mode

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-03 12:09:03 +02:00
parent b6529efd83
commit 07fbcf7162

View file

@ -40,12 +40,12 @@ export default (colors: IThemeColors): Theme =>
}, },
flat: { flat: {
"& span": { "& span": {
color: colors.font.textButton color: colors.primary
} }
}, },
flatPrimary: { flatPrimary: {
"& span": { "& span": {
color: colors.font.textButton color: colors.primary
} }
}, },
label: { label: {