aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/FullscreenLoader
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-27 20:12:13 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-27 20:12:13 +0200
commit8386b43ba9ed8f07c5e80b4f0db415d7f965a6b8 (patch)
tree7981e599c55de6e900935a72362ac697240ad6fd /src/components/ui/FullscreenLoader
parentFix random logout issues (diff)
downloadferdium-app-8386b43ba9ed8f07c5e80b4f0db415d7f965a6b8.tar.gz
ferdium-app-8386b43ba9ed8f07c5e80b4f0db415d7f965a6b8.tar.zst
ferdium-app-8386b43ba9ed8f07c5e80b4f0db415d7f965a6b8.zip
Add more custom branding
Diffstat (limited to 'src/components/ui/FullscreenLoader')
-rw-r--r--src/components/ui/FullscreenLoader/styles.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/FullscreenLoader/styles.js b/src/components/ui/FullscreenLoader/styles.js
index 64d24e4ce..d516781a8 100644
--- a/src/components/ui/FullscreenLoader/styles.js
+++ b/src/components/ui/FullscreenLoader/styles.js
@@ -4,6 +4,7 @@ export default {
4 alignItems: 'center', 4 alignItems: 'center',
5 position: 'absolute', 5 position: 'absolute',
6 width: '100%', 6 width: '100%',
7 background: 'linear-gradient( 135deg, #CE9FFC 10%, #7367F0 100%)',
7 }, 8 },
8 component: { 9 component: {
9 width: '100%', 10 width: '100%',