feat: GlobalDialog

This commit is contained in:
puriphatt 2024-04-03 15:01:01 +07:00
parent c7f9817028
commit 314a05a53c
2 changed files with 60 additions and 17 deletions

View file

@ -39,6 +39,11 @@ $separator-dark-color: var(--border-color);
}
}
.q-menu {
.q-menu,
.q-card {
box-shadow: var(--shadow-2) !important;
}
.q-dialog__backdrop {
background-color: hsla(0 0 60% / 0.4) !important;
}