From 4af5f080d9f030729b7a611afd248e6883bcc40d Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Tue, 22 Oct 2019 12:14:03 +0200 Subject: [PATCH] Fix cancel button colors --- src/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.ts b/src/theme.ts index 96bfbc556..220c222e4 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -60,7 +60,7 @@ export default (colors: IThemeColors): Theme => }, flat: { "& span": { - color: colors.font.gray + color: colors.font.default } }, flatPrimary: {