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 f3e7e3e commit a2a412aCopy full SHA for a2a412a
src/modules/Tabs.tsx
@@ -78,7 +78,7 @@ export function Tabs({
78
if (!isDisabled) onTabChange(index);
79
}}
80
className={cn(
81
- 'text-foreground relative z-10 border border-transparent px-8 py-2 transition-colors duration-300 hover:no-underline',
+ 'text-foreground relative z-10 border border-transparent px-4 py-2 transition-colors duration-300 hover:no-underline',
82
isDisabled && 'cursor-not-allowed opacity-50',
83
currentTab === index && 'text-primary'
84
)}
0 commit comments