aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/FullscreenLoader/styles.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2023-10-27 01:23:59 +0100
committerLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2023-10-27 01:23:59 +0100
commitd157b865035a7b45484c0e52159da7f7670e9a86 (patch)
treef88655edc5c81f94df4bcbe6bc654995ca2af79d /src/components/ui/FullscreenLoader/styles.ts
parentMerge branch 'develop' into release (Bump to 6.5.2) (diff)
parentadd MentorPK as a contributor for code (#1427) (diff)
downloadferdium-app-d157b865035a7b45484c0e52159da7f7670e9a86.tar.gz
ferdium-app-d157b865035a7b45484c0e52159da7f7670e9a86.tar.zst
ferdium-app-d157b865035a7b45484c0e52159da7f7670e9a86.zip
Merge branch 'develop' into release (Bump to 6.6.0)v6.6.0
Diffstat (limited to 'src/components/ui/FullscreenLoader/styles.ts')
-rw-r--r--src/components/ui/FullscreenLoader/styles.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/FullscreenLoader/styles.ts b/src/components/ui/FullscreenLoader/styles.ts
index 64d24e4ce..9a1b24400 100644
--- a/src/components/ui/FullscreenLoader/styles.ts
+++ b/src/components/ui/FullscreenLoader/styles.ts
@@ -12,6 +12,7 @@ export default {
12 alignItems: 'center', 12 alignItems: 'center',
13 textAlign: 'center', 13 textAlign: 'center',
14 height: 'auto', 14 height: 'auto',
15 gap: 8,
15 }, 16 },
16 title: { 17 title: {
17 fontSize: 35, 18 fontSize: 35,