diff options
Diffstat (limited to 'src/components/style_switcher/style_switcher.vue')
| -rw-r--r-- | src/components/style_switcher/style_switcher.vue | 6 |
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 b059eb8a..ff6a8264 100644 --- a/src/components/style_switcher/style_switcher.vue +++ b/src/components/style_switcher/style_switcher.vue @@ -119,14 +119,14 @@ name="accentColor" :fallback="previewTheme.colors.link" :label="$t('settings.accent')" - :showOptionalTickbox="typeof linkColorLocal !== 'undefined'" + :show-optional-tickbox="typeof linkColorLocal !== 'undefined'" /> <ColorInput v-model="linkColorLocal" name="linkColor" :fallback="previewTheme.colors.accent" :label="$t('settings.links')" - :showOptionalTickbox="typeof accentColorLocal !== 'undefined'" + :show-optional-tickbox="typeof accentColorLocal !== 'undefined'" /> <ContrastRatio :contrast="previewContrast.bgLink" /> </div> @@ -388,7 +388,7 @@ v-model="underlayColorLocal" name="underlay" :label="$t('settings.style.advanced_colors.underlay')" - fallback='#000000' + fallback="#000000" /> <OpacityInput v-model="underlayOpacityLocal" |
