aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/dark
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-02-11 15:11:50 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-02-11 15:11:50 +0100
commitc7a39ffef3904c6215b7f17c5d3a221b70099be1 (patch)
tree3f08628c69c1916437c54989da86b50179a0c876 /src/theme/dark
parentUpdate electron-window-state (diff)
parentFix typo (diff)
downloadferdium-app-c7a39ffef3904c6215b7f17c5d3a221b70099be1.tar.gz
ferdium-app-c7a39ffef3904c6215b7f17c5d3a221b70099be1.tar.zst
ferdium-app-c7a39ffef3904c6215b7f17c5d3a221b70099be1.zip
Merge branch 'master' into develop
Diffstat (limited to 'src/theme/dark')
-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 429284f9e..8fdb321f3 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);