From 898d54cd0034bbb2727bc5b5eaf9d5a4f2a852de Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Sun, 9 Dec 2018 13:24:17 +0100 Subject: Add React 16 didCatch/ErrorBoundary component --- src/theme/default/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/theme/default') 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; export const colorBackground = legacyStyles.themeGrayLighter; export const colorHeadline = legacyStyles.themeGrayDark; +export const colorText = legacyStyles.themeTextColor; + // Subscription Container Component export const colorSubscriptionContainerBackground = 'none'; export const colorSubscriptionContainerBorder = [1, 'solid', brandPrimary]; -- cgit v1.2.3-70-g09d2