mirror of
https://github.com/fmhy/edit.git
synced 2025-11-28 00:41:20 +11:00
remove option for halloween theme
This commit is contained in:
parent
987024c060
commit
a424987ffa
1 changed files with 0 additions and 6 deletions
|
|
@ -202,12 +202,6 @@ const normalizeColorName = (colorName: string) =>
|
||||||
@click="selectedColor = color"
|
@click="selectedColor = color"
|
||||||
:title="normalizeColorName(color)"
|
:title="normalizeColorName(color)"
|
||||||
>
|
>
|
||||||
<span
|
|
||||||
v-if="color === 'halloween'"
|
|
||||||
class="inline-block w-6 h-6 flex items-center justify-center text-xl"
|
|
||||||
>
|
|
||||||
🎃
|
|
||||||
</span>
|
|
||||||
<span
|
<span
|
||||||
v-else
|
v-else
|
||||||
class="inline-block w-6 h-6 rounded-full"
|
class="inline-block w-6 h-6 rounded-full"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue