fix: font on VueDatePicker

This commit is contained in:
puriphatt 2024-04-09 17:54:49 +07:00
parent 20307f0ddd
commit 1a884f9692

View file

@ -47,3 +47,7 @@ $separator-dark-color: var(--border-color);
.q-dialog__backdrop {
background-color: hsla(0 0% 60% / 0.4) !important;
}
.q-field--dense .q-field__label {
font-family: 'Noto Sans Thai', sans-serif;
}