aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/default/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme/default/index.js')
-rw-r--r--src/theme/default/index.js4
1 files changed, 3 insertions, 1 deletions
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);