aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-12 11:08:41 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-12 11:08:41 +0100
commit4c2015db267ede5ecdf7fc838e326b7fa49d8195 (patch)
tree764ab8dd141c9973fdd7ef455cf94f7335cf440e /src/theme
parentUpdate changelog (diff)
downloadferdium-app-4c2015db267ede5ecdf7fc838e326b7fa49d8195.tar.gz
ferdium-app-4c2015db267ede5ecdf7fc838e326b7fa49d8195.tar.zst
ferdium-app-4c2015db267ede5ecdf7fc838e326b7fa49d8195.zip
Improve loader themeing
Diffstat (limited to 'src/theme')
-rw-r--r--src/theme/dark/index.js3
-rw-r--r--src/theme/default/index.js4
2 files changed, 5 insertions, 2 deletions
diff --git a/src/theme/dark/index.js b/src/theme/dark/index.js
index aafa7cb27..fb1713184 100644
--- a/src/theme/dark/index.js
+++ b/src/theme/dark/index.js
@@ -8,5 +8,6 @@ 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// Webview Loader 11// Loader
12export const colorFullscreenLoaderSpinner = '#FFF';
12export const colorWebviewLoaderBackground = hexToRgba(legacyStyles.darkThemeGrayDarkest, 0.5); 13export const colorWebviewLoaderBackground = hexToRgba(legacyStyles.darkThemeGrayDarkest, 0.5);
diff --git a/src/theme/default/index.js b/src/theme/default/index.js
index 9640b1cb0..37827621c 100644
--- a/src/theme/default/index.js
+++ b/src/theme/default/index.js
@@ -23,5 +23,7 @@ export const colorSubscriptionContainerTitle = brandPrimary;
23export const colorSubscriptionContainerActionButtonBackground = brandPrimary; 23export const colorSubscriptionContainerActionButtonBackground = brandPrimary;
24export const colorSubscriptionContainerActionButtonColor = '#FFF'; 24export const colorSubscriptionContainerActionButtonColor = '#FFF';
25 25
26// Webview Loader 26// Loader
27export const colorAppLoaderSpinner = '#FFF';
28export const colorFullscreenLoaderSpinner = legacyStyles.themeGrayDark;
27export const colorWebviewLoaderBackground = hexToRgba(legacyStyles.themeGrayLighter, 0.8); 29export const colorWebviewLoaderBackground = hexToRgba(legacyStyles.themeGrayLighter, 0.8);