poll slot renamed, lightBg customization implemented
This commit is contained in:
parent
40ba3e2252
commit
8f63bbb64f
11 changed files with 94 additions and 13 deletions
|
@ -414,7 +414,7 @@
|
|||
/>
|
||||
<ColorInput
|
||||
v-model="pollTextColorLocal"
|
||||
name="poll"
|
||||
name="pollText"
|
||||
:label="$t('settings.text')"
|
||||
:fallback="previewTheme.colors.pollText"
|
||||
/>
|
||||
|
@ -423,11 +423,34 @@
|
|||
<h4>{{ $t('settings.style.advanced_colors.icons') }}</h4>
|
||||
<ColorInput
|
||||
v-model="iconColorLocal"
|
||||
name="poll"
|
||||
name="icon"
|
||||
:label="$t('settings.style.advanced_colors.icons')"
|
||||
:fallback="previewTheme.colors.icon"
|
||||
/>
|
||||
</div>
|
||||
<div class="color-item">
|
||||
<h4>{{ $t('settings.style.advanced_colors.lightBg') }}</h4>
|
||||
<ColorInput
|
||||
v-model="lightBgColorLocal"
|
||||
name="lightBg"
|
||||
:label="$t('settings.style.advanced_colors.lightBg')"
|
||||
:fallback="previewTheme.colors.lightBg"
|
||||
/>
|
||||
<ColorInput
|
||||
v-model="lightBgTextColorLocal"
|
||||
name="lightBgText"
|
||||
:label="$t('settings.text')"
|
||||
:fallback="previewTheme.colors.lightBgText"
|
||||
/>
|
||||
<ContrastRatio :contrast="previewContrast.lightBgText" />
|
||||
<ColorInput
|
||||
v-model="lightBgLinkColorLocal"
|
||||
name="lightBgLink"
|
||||
:label="$t('settings.links')"
|
||||
:fallback="previewTheme.colors.lightBgLink"
|
||||
/>
|
||||
<ContrastRatio :contrast="previewContrast.lightBgLink" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue