fix: wrong import & css

This commit is contained in:
puriphatt 2024-04-03 17:09:32 +07:00
parent ad930ecdff
commit 936a4923f4
2 changed files with 4 additions and 4 deletions

View file

@ -45,5 +45,5 @@ $separator-dark-color: var(--border-color);
}
.q-dialog__backdrop {
background-color: hsla(0 0 60% / 0.4) !important;
background-color: hsla(0 0% 60% / 0.4) !important;
}