fix: drawer dialog

This commit is contained in:
puriphatt 2024-09-27 15:21:19 +07:00
parent 9a98809d4b
commit d8323d6851
3 changed files with 26 additions and 7 deletions

View file

@ -46,7 +46,7 @@ const state = defineModel({ default: false });
<!-- NOTE: DIALOG BODY -->
<div
class="col full-height column full-width"
class="col full-height column full-width surface-0"
:class="{ dark: $q.dark.isActive }"
>
<slot />