diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-12 17:59:41 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-12 17:59:41 +0200 |
| commit | 3492d7f81ec3f99c4f15f9ab75f658b3d1db7799 (patch) | |
| tree | f254657f83138e7beb03b7d1e3e433c06e3c866c /src/components/style_switcher | |
| parent | 39dd08e69423722a172bcc3cec3791ae172a8175 (diff) | |
eslint
Diffstat (limited to 'src/components/style_switcher')
| -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" |
