style(search): clear pill uses yellow text, not yellow fill
Keeps the small-badge typography (px/py/radius/weight/tracking) but renders "CLEAR" in accent text so it reads as an inline affordance rather than a filled chip.
This commit is contained in:
@@ -293,7 +293,7 @@ function onRowClick(i, item, e) {
|
||||
<button
|
||||
v-if="query"
|
||||
type="button"
|
||||
class="shrink-0 inline-flex items-center px-[11px] py-[5px] rounded-pill text-[11px] font-bold tracking-eyebrow uppercase bg-accent text-accent-ink hover:bg-accent-soft transition-colors"
|
||||
class="shrink-0 inline-flex items-center px-[11px] py-[5px] rounded-pill text-[11px] font-bold tracking-eyebrow uppercase text-accent hover:text-accent-soft transition-colors"
|
||||
:aria-label="t('search.clear')"
|
||||
@click="clearQuery"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user