Fix: change select text color to match text inputs
This commit is contained in:
parent
d38a9c9c2d
commit
238a5f2e00
|
|
@ -248,10 +248,10 @@ .form-select {
|
||||||
background: var(--filter-bg);
|
background: var(--filter-bg);
|
||||||
border: 1px solid var(--filter-border);
|
border: 1px solid var(--filter-border);
|
||||||
border-radius: var(--radius-sm);
|
border-radius: var(--radius-sm);
|
||||||
color: var(--text-muted);
|
color: var(--text-primary);
|
||||||
font-family: var(--font);
|
font-family: var(--font);
|
||||||
font-size: 0.88rem;
|
font-size: 0.88rem;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
outline: none;
|
outline: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all var(--transition);
|
transition: all var(--transition);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue