Skip to content

Commit

Permalink
Reduce init loader progress bar opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Jul 12, 2024
1 parent 8eff79b commit 8efe5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tekst-Web/src/components/InitLoader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ onBeforeMount(() => {
size="large"
color="var(--text-color)"
rail-color="transparent"
style="opacity: 0.5"
style="opacity: 0.25"
/>
<div class="global-loader-text" :style="{ opacity: text ? 1 : 0 }">
{{ text }}
Expand Down

0 comments on commit 8efe5fb

Please sign in to comment.