feat: change theme

This commit is contained in:
puriphatt 2024-06-25 07:13:13 +00:00
parent 88909e4b1e
commit 9d16afa474
4 changed files with 134 additions and 27 deletions

View file

@ -338,7 +338,7 @@ onMounted(async () => {
/>
<!-- theme -->
<q-btn
<!-- <q-btn
round
unelevated
id="drawer-toggler"
@ -347,7 +347,7 @@ onMounted(async () => {
class="surface-2"
style="color: var(--gray-6)"
@click="$q.dark.toggle()"
/>
/> -->
</div>
</div>
</q-header>
@ -361,10 +361,12 @@ onMounted(async () => {
<drawer-component v-model:leftDrawerOpen="leftDrawerOpen" />
<FormDialog
width="800px"
height="550px"
v-model:modal="canvasModal"
:title="$t('addSignature')"
no-app-box
max-width="80%"
:title="$t('addSignature')"
:close="() => (canvasModal = false)"
>
<CanvasComponent ref="canvasRef" v-model:modal="canvasModal" />
<template #footer>