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:
@@ -146,7 +146,7 @@ export function TabGroup(props: TabGroupProps) {
|
||||
const b = resolveBadge(item.badge);
|
||||
return b != null && b > 0;
|
||||
})()}>
|
||||
<span class="inline-flex items-center justify-center min-w-5 h-5 px-1 text-xs font-semibold bg-primary text-white rounded-full">{resolveBadge(item.badge)}</span>
|
||||
<span class="inline-flex items-center justify-center min-w-5 h-5 px-1 text-ss font-semibold bg-primary text-white rounded-full">{resolveBadge(item.badge)}</span>
|
||||
</Show>
|
||||
</button>
|
||||
)}</For>
|
||||
|
||||
Reference in New Issue
Block a user