aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-02-18 00:01:48 +0200
committerHenry Jameson <me@hjkos.com>2020-02-18 00:01:48 +0200
commit171f4c7ddbc2f55136ff57742470ea9752e4da05 (patch)
tree60e2e9c656341bc259ec65ec938279a0b46da044 /src
parent1e95a0795a6f7f1db49244430d1498987f6b3969 (diff)
update headers in switcher to better separate the subsections
Diffstat (limited to 'src')
-rw-r--r--src/components/style_switcher/style_switcher.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue
index 205f325c..62c8e634 100644
--- a/src/components/style_switcher/style_switcher.vue
+++ b/src/components/style_switcher/style_switcher.vue
@@ -443,7 +443,7 @@
:label="$t('settings.style.advanced_colors.top_bar')"
/>
<ContrastRatio :contrast="previewContrast.btnTopBarText" />
- <h4>{{ $t('settings.style.advanced_colors.pressed') }}</h4>
+ <h5>{{ $t('settings.style.advanced_colors.pressed') }}</h5>
<ColorInput
v-model="btnPressedColorLocal"
name="btnPressedColor"
@@ -471,7 +471,7 @@
:label="$t('settings.style.advanced_colors.top_bar')"
/>
<ContrastRatio :contrast="previewContrast.btnPressedTopBarText" />
- <h4>{{ $t('settings.style.advanced_colors.disabled') }}</h4>
+ <h5>{{ $t('settings.style.advanced_colors.disabled') }}</h5>
<ColorInput
v-model="btnDisabledColorLocal"
name="btnDisabledColor"
@@ -496,7 +496,7 @@
:fallback="previewTheme.colors.btnDisabledTopBarText"
:label="$t('settings.style.advanced_colors.top_bar')"
/>
- <h4>{{ $t('settings.style.advanced_colors.toggled') }}</h4>
+ <h5>{{ $t('settings.style.advanced_colors.toggled') }}</h5>
<ColorInput
v-model="btnToggledColorLocal"
name="btnToggledColor"