From 07fbcf7162de306db9816b5374aa62eda4cb6bce Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Tue, 3 Sep 2019 12:09:03 +0200 Subject: [PATCH] Fix color on flat button in dark mode --- src/theme.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme.ts b/src/theme.ts index 54313ed74..e9c6fc811 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -40,12 +40,12 @@ export default (colors: IThemeColors): Theme => }, flat: { "& span": { - color: colors.font.textButton + color: colors.primary } }, flatPrimary: { "& span": { - color: colors.font.textButton + color: colors.primary } }, label: {