Fix: change select text color to match text inputs

This commit is contained in:
babelbes0487 2026-06-19 17:59:47 +07:00
parent d38a9c9c2d
commit 238a5f2e00
1 changed files with 2 additions and 2 deletions

View File

@ -248,10 +248,10 @@ .form-select {
background: var(--filter-bg);
border: 1px solid var(--filter-border);
border-radius: var(--radius-sm);
color: var(--text-muted);
color: var(--text-primary);
font-family: var(--font);
font-size: 0.88rem;
font-weight: 300;
font-weight: 400;
outline: none;
cursor: pointer;
transition: all var(--transition);