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, 4 insertions, 0 deletions
diff --git a/packages/theme/src/themes/default/index.ts b/packages/theme/src/themes/default/index.ts
index 92b82cff1..0f78928c3 100644
--- a/packages/theme/src/themes/default/index.ts
+++ b/packages/theme/src/themes/default/index.ts
@@ -58,6 +58,9 @@ export const buttonPrimaryTextColor = '#FFF';
58export const buttonSecondaryBackground = legacyStyles.themeGrayLighter; 58export const buttonSecondaryBackground = legacyStyles.themeGrayLighter;
59export const buttonSecondaryTextColor = legacyStyles.themeGray; 59export const buttonSecondaryTextColor = legacyStyles.themeGray;
60 60
61export const buttonSuccessBackground = brandSuccess;
62export const buttonSuccessTextColor = '#FFF';
63
61export const buttonDangerBackground = brandDanger; 64export const buttonDangerBackground = brandDanger;
62export const buttonDangerTextColor = '#FFF'; 65export const buttonDangerTextColor = '#FFF';
63 66
@@ -71,6 +74,7 @@ export const buttonInvertedBorder = `1px solid ${brandPrimary}`;
71export const buttonLoaderColor = { 74export const buttonLoaderColor = {
72 primary: '#FFF', 75 primary: '#FFF',
73 secondary: buttonSecondaryTextColor, 76 secondary: buttonSecondaryTextColor,
77 success: '#FFF',
74 warning: '#FFF', 78 warning: '#FFF',
75 danger: '#FFF', 79 danger: '#FFF',
76 inverted: brandPrimary, 80 inverted: brandPrimary,