aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/default
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-14 23:21:14 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-14 23:21:14 +0100
commit536aceba49875a05022541158b11fa22a12e9beb (patch)
tree15c7087bf7ebb3a9ab801d79b46b0e67e2ed4083 /src/theme/default
parentMerge branch 'develop' (diff)
downloadferdium-app-536aceba49875a05022541158b11fa22a12e9beb.tar.gz
ferdium-app-536aceba49875a05022541158b11fa22a12e9beb.tar.zst
ferdium-app-536aceba49875a05022541158b11fa22a12e9beb.zip
fix(Service): Add background to service error view
Diffstat (limited to 'src/theme/default')
-rw-r--r--src/theme/default/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theme/default/index.js b/src/theme/default/index.js
index 37827621c..34e3f7265 100644
--- a/src/theme/default/index.js
+++ b/src/theme/default/index.js
@@ -23,6 +23,9 @@ export const colorSubscriptionContainerTitle = brandPrimary;
23export const colorSubscriptionContainerActionButtonBackground = brandPrimary; 23export const colorSubscriptionContainerActionButtonBackground = brandPrimary;
24export const colorSubscriptionContainerActionButtonColor = '#FFF'; 24export const colorSubscriptionContainerActionButtonColor = '#FFF';
25 25
26// Error Handler
27export const colorWebviewErrorHandlerBackground = legacyStyles.themeGrayLighter;
28
26// Loader 29// Loader
27export const colorAppLoaderSpinner = '#FFF'; 30export const colorAppLoaderSpinner = '#FFF';
28export const colorFullscreenLoaderSpinner = legacyStyles.themeGrayDark; 31export const colorFullscreenLoaderSpinner = legacyStyles.themeGrayDark;