Reverted text-xs override. text-ss replaces the text-xs override while tailwind's existing text-xs replaces our text-2xs.
This commit is contained in:
@@ -258,7 +258,7 @@ export function FuzzyMatch(props: FuzzyMatchProps) {
|
||||
|
||||
const ScoreBadge = (p: { score: number }) =>
|
||||
<Show when={props.showScores}>
|
||||
<span class="ml-3 shrink-0 text-xs text-ink-faint">{p.score}</span>
|
||||
<span class="ml-3 shrink-0 text-ss text-ink-faint">{p.score}</span>
|
||||
</Show>;
|
||||
|
||||
return <div ref={containerRef} class={"relative " + (props.class ?? "")}>
|
||||
|
||||
Reference in New Issue
Block a user