fix shadow picker preview, change hint

This commit is contained in:
Henry Jameson 2020-01-20 02:00:13 +02:00
parent a7b6c79136
commit 93dfb4d352
3 changed files with 8 additions and 5 deletions

View file

@ -199,9 +199,12 @@
v-model="selected.alpha"
:disabled="!present"
/>
<p>
{{ $t('settings.style.shadows.hint') }}
</p>
<i18n
path="settings.style.shadows.hintV3"
tag="p"
>
<code>--variable,mod</code>
</i18n>
</div>
</div>
</template>