fix(frontend): ensure text color inherits in filter autocomplete component

This commit is contained in:
bradmartin333 2026-05-15 17:59:18 -06:00 committed by kolaente
parent d4e186a024
commit 4a16df8af1
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ defineExpose({
inline-size: 100%;
text-align: start;
background: transparent;
color: inherit;
border-radius: $radius;
border: 0;
padding: 0.375rem 0.5rem;