aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/style_switcher/style_switcher.vue15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue
index 2fca5570..e3b899f0 100644
--- a/src/components/style_switcher/style_switcher.vue
+++ b/src/components/style_switcher/style_switcher.vue
@@ -215,7 +215,10 @@
:label="$t('settings.text')"
:fallback="previewTheme.colors.alertErrorText"
/>
- <ContrastRatio :contrast="previewContrast.alertErrorText" large="1"/>
+ <ContrastRatio
+ :contrast="previewContrast.alertErrorText"
+ large="1"
+ />
<ColorInput
v-model="alertWarningColorLocal"
name="alertWarning"
@@ -228,7 +231,10 @@
:label="$t('settings.text')"
:fallback="previewTheme.colors.alertWarningText"
/>
- <ContrastRatio :contrast="previewContrast.alertWarningText" large="1"/>
+ <ContrastRatio
+ :contrast="previewContrast.alertWarningText"
+ large="1"
+ />
</div>
<div class="color-item">
<h4>{{ $t('settings.style.advanced_colors.badge') }}</h4>
@@ -244,7 +250,10 @@
:label="$t('settings.text')"
:fallback="previewTheme.colors.badgeNotificationText"
/>
- <ContrastRatio :contrast="previewContrast.badgeNotificationText" large="1" />
+ <ContrastRatio
+ :contrast="previewContrast.badgeNotificationText"
+ large="1"
+ />
</div>
<div class="color-item">
<h4>{{ $t('settings.style.advanced_colors.panel_header') }}</h4>