fix(frontend): ensure text color inherits in filter autocomplete component
This commit is contained in:
parent
d4e186a024
commit
4a16df8af1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue