aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/src/themes/default/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/theme/src/themes/default/index.ts')
-rw-r--r--packages/theme/src/themes/default/index.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/theme/src/themes/default/index.ts b/packages/theme/src/themes/default/index.ts
index 2290b18e3..f2632ee20 100644
--- a/packages/theme/src/themes/default/index.ts
+++ b/packages/theme/src/themes/default/index.ts
@@ -42,7 +42,7 @@ export const colorWebviewLoaderBackground = color(legacyStyles.themeGrayLighter)
42// Input 42// Input
43export const labelColor = legacyStyles.themeGrayLight; 43export const labelColor = legacyStyles.themeGrayLight;
44export const inputColor = legacyStyles.themeGray; 44export const inputColor = legacyStyles.themeGray;
45export const inputHeight = '35px'; 45export const inputHeight = 40;
46export const inputBackground = legacyStyles.themeGrayLightest; 46export const inputBackground = legacyStyles.themeGrayLightest;
47export const inputBorder = `1px solid ${legacyStyles.themeGrayLighter}`; 47export const inputBorder = `1px solid ${legacyStyles.themeGrayLighter}`;
48export const inputModifierColor = legacyStyles.themeGrayLight; 48export const inputModifierColor = legacyStyles.themeGrayLight;
@@ -108,6 +108,8 @@ export const buttonInvertedBackground = 'none';
108export const buttonInvertedTextColor = brandPrimary; 108export const buttonInvertedTextColor = brandPrimary;
109export const buttonInvertedBorder = `1px solid ${brandPrimary}`; 109export const buttonInvertedBorder = `1px solid ${brandPrimary}`;
110 110
111export const buttonHeight = inputHeight;
112
111export const buttonLoaderColor = { 113export const buttonLoaderColor = {
112 primary: '#FFF', 114 primary: '#FFF',
113 secondary: buttonSecondaryTextColor, 115 secondary: buttonSecondaryTextColor,