feat: cleanup backdrop

This commit is contained in:
puriphatt 2024-04-18 18:20:41 +07:00
parent 430ff80129
commit dfe9a55bdb
2 changed files with 5 additions and 2 deletions

View file

@ -55,3 +55,7 @@ $separator-dark-color: var(--border-color);
.q-field__inner {
font-family: 'Noto Sans Thai', sans-serif;
}
div.fullscreen.q-drawer__backdrop {
background-color: hsla(0 0% 60% / 0.4) !important;
}