aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/dark/index.js
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/dark/index.js
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/dark/index.js')
-rw-r--r--src/theme/dark/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theme/dark/index.js b/src/theme/dark/index.js
index fb1713184..2b7f780d9 100644
--- a/src/theme/dark/index.js
+++ b/src/theme/dark/index.js
@@ -8,6 +8,9 @@ export const colorBackgroundSubscriptionContainer = legacyStyles.themeBrandInfo;
8export const colorHeadline = legacyStyles.darkThemeTextColor; 8export const colorHeadline = legacyStyles.darkThemeTextColor;
9export const colorText = legacyStyles.darkThemeTextColor; 9export const colorText = legacyStyles.darkThemeTextColor;
10 10
11// Error Handler
12export const colorWebviewErrorHandlerBackground = legacyStyles.darkThemeGrayDarkest;
13
11// Loader 14// Loader
12export const colorFullscreenLoaderSpinner = '#FFF'; 15export const colorFullscreenLoaderSpinner = '#FFF';
13export const colorWebviewLoaderBackground = hexToRgba(legacyStyles.darkThemeGrayDarkest, 0.5); 16export const colorWebviewLoaderBackground = hexToRgba(legacyStyles.darkThemeGrayDarkest, 0.5);