Skip to content
Snippets Groups Projects
Commit 171f4c7d authored by HJ's avatar HJ :fire:
Browse files

update headers in switcher to better separate the subsections

parent 1e95a079
Branches
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment