aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/default
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 13:24:17 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 13:24:17 +0100
commit898d54cd0034bbb2727bc5b5eaf9d5a4f2a852de (patch)
tree9816c013f9a9453dae07d9dd8d4a862c77c23064 /src/theme/default
parentUpgrade to react 16 (diff)
downloadferdium-app-898d54cd0034bbb2727bc5b5eaf9d5a4f2a852de.tar.gz
ferdium-app-898d54cd0034bbb2727bc5b5eaf9d5a4f2a852de.tar.zst
ferdium-app-898d54cd0034bbb2727bc5b5eaf9d5a4f2a852de.zip
Add React 16 didCatch/ErrorBoundary component
Diffstat (limited to 'src/theme/default')
-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];