We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16b60c commit da59253Copy full SHA for da59253
browser-extension/tests/playground/claude.tsx
@@ -29,7 +29,7 @@ interface FilterState {
29
30
// CVA configuration for stat badges
31
const statBadge = cva(
32
- 'inline-flex items-center gap-1 px-1.5 py-0.5 rounded text-xs font-normal',
+ 'inline-flex items-center gap-1 px-1.5 py-0.5 rounded text-xs font-normal h-5',
33
{
34
defaultVariants: {
35
clickable: false,
0 commit comments