aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/default/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme/default/index.js')
-rw-r--r--src/theme/default/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theme/default/index.js b/src/theme/default/index.js
index 8766fb609..e67f2ba58 100644
--- a/src/theme/default/index.js
+++ b/src/theme/default/index.js
@@ -12,6 +12,8 @@ export const borderRadiusSmall = legacyStyles.themeBorderRadiusSmall;
12export const colorBackground = legacyStyles.themeGrayLighter; 12export const colorBackground = legacyStyles.themeGrayLighter;
13export const colorHeadline = legacyStyles.themeGrayDark; 13export const colorHeadline = legacyStyles.themeGrayDark;
14 14
15export const colorText = legacyStyles.themeTextColor;
16
15// Subscription Container Component 17// Subscription Container Component
16export const colorSubscriptionContainerBackground = 'none'; 18export const colorSubscriptionContainerBackground = 'none';
17export const colorSubscriptionContainerBorder = [1, 'solid', brandPrimary]; 19export const colorSubscriptionContainerBorder = [1, 'solid', brandPrimary];