Skip to content

Commit da59253

Browse files
committed
Fix the height of the multisegment thingy.
1 parent c16b60c commit da59253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-extension/tests/playground/claude.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface FilterState {
2929

3030
// CVA configuration for stat badges
3131
const statBadge = cva(
32-
'inline-flex items-center gap-1 px-1.5 py-0.5 rounded text-xs font-normal',
32+
'inline-flex items-center gap-1 px-1.5 py-0.5 rounded text-xs font-normal h-5',
3333
{
3434
defaultVariants: {
3535
clickable: false,

0 commit comments

Comments
 (0)