mirror of
https://github.com/fmhy/edit.git
synced 2025-11-28 00:41:20 +11:00
Update ColorPicker.vue
This commit is contained in:
parent
3725bb5694
commit
d343870661
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ const normalizeColorName = (colorName: string) =>
|
|||
<!-- AMOLED toggle -->
|
||||
<div class="mt-4 flex items-center gap-2">
|
||||
<span class="text-sm text-$vp-c-text-2">AMOLED</span>
|
||||
<Switch v-model="isAmoledMode" @click="isAmoledMode = !isAmoledMode" />
|
||||
<Switch v-model="isAmoledMode" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue