feat: change input background based on mode

This commit is contained in:
Methapon2001 2024-07-05 11:16:52 +07:00
parent ab82157a64
commit 29466655f8

View file

@ -24,6 +24,7 @@ $separator-dark-color: var(--border-color);
}
.q-field__control {
background: var(--surface-1);
color: $primary;
}