fix: search clear icon contrast

pull/8743/head
Aaron Iker 2026-01-13 19:40:26 +01:00
parent 0ed60110bd
commit ae7e07dcb4
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void })
/>
</div>
<Show when={internalFilter()}>
<IconButton icon="circle-x" variant="ghost" onClick={() => setInternalFilter("")} />
<IconButton icon="circle-x" variant="weak" onClick={() => setInternalFilter("")} />
</Show>
</div>
</Show>