aboutsummaryrefslogtreecommitdiffstats
path: root/src/themes/default/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/themes/default/index.ts')
-rw-r--r--src/themes/default/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/default/index.ts b/src/themes/default/index.ts
index 2e18e1307..31c6cbd63 100644
--- a/src/themes/default/index.ts
+++ b/src/themes/default/index.ts
@@ -15,7 +15,7 @@ export default (brandPrimary: string) => {
15 const uiFontSize = 14; 15 const uiFontSize = 14;
16 const colorBackground = legacyStyles.themeGrayLighter; 16 const colorBackground = legacyStyles.themeGrayLighter;
17 const colorContentBackground = '#FFFFFF'; 17 const colorContentBackground = '#FFFFFF';
18 const colorText = legacyStyles.themeTextColor; 18 const colorText = legacyStyles.themeGrayDark;
19 const inputColor = legacyStyles.themeGray; 19 const inputColor = legacyStyles.themeGray;
20 const inputBackground = legacyStyles.themeGrayLightest; 20 const inputBackground = legacyStyles.themeGrayLightest;
21 const inputHeight = 40; 21 const inputHeight = 40;