mirror of
https://github.com/fmhy/edit.git
synced 2025-11-28 08:51:08 +11:00
Remove emoji from AMOLED toggle label
This commit is contained in:
parent
9acf8cbced
commit
818febafd9
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ const normalizeColorName = (colorName: string) =>
|
||||||
|
|
||||||
<!-- AMOLED toggle -->
|
<!-- AMOLED toggle -->
|
||||||
<div class="mt-4 flex items-center gap-2">
|
<div class="mt-4 flex items-center gap-2">
|
||||||
<span class="text-sm text-$vp-c-text-2">AMOLED🌙</span>
|
<span class="text-sm text-$vp-c-text-2">AMOLED</span>
|
||||||
<Switch @click="isAmoledMode = !isAmoledMode" />
|
<Switch @click="isAmoledMode = !isAmoledMode" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue