emojigen wip31

This commit is contained in:
こけっち 2022-05-07 03:43:29 +09:00
parent db7abd17fb
commit 562e4fd743
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1

View File

@ -38,8 +38,8 @@
<option value="LinLibertine_RBah">LinLibertine Bold</option>
</FormRadios>
<FormFolder :default-open="true" class="_formBlock">
<template #label>{{ $ts.accentColor }}</template>
<FormSection>
<template #label>{{ $ts.emojiColor }}</template>
<div class="cwepdizn-colors">
<div class="row">
<button v-for="color in accentColors" :key="color" class="color rounded _button" @click="setAccentColor(color)">
@ -47,13 +47,13 @@
</button>
</div>
</div>
</FormFolder>
<FormInput v-model="emojiColor" class="_formBlock">
<template #prefix><i class="fas fa-palette"></i></template>
<template #label>{{ $ts.emojiColor }}</template>
<template #caption>#RRGGBB</template>
</FormInput>
</FormSection>
<FormButton primary class="_formBlock" @click="emojiGenerate">{{ $ts.emojiGenerate }}</FormButton>