fix: disabled color

This commit is contained in:
puriphatt 2024-06-18 11:44:59 +00:00
parent d6f8c704b1
commit 1aac511b0b

View file

@ -76,5 +76,5 @@ div.fullscreen.q-drawer__backdrop {
.disabled *,
[disabled],
[disabled] * {
color: gray !important;
color: hsl(var(--text-mute)) !important;
}