Skip to content

Commit

Permalink
feat: span full width on tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdangarchu committed Jan 21, 2025
1 parent 005ddec commit 96b3126
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/ComparisonPortal/CountryComparison.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ export default function ComparisonPortal({ countryMapData, globalFcsData }: Coun
onSelectionChange={(key) => setSelectedTab(key as string)}
size="md"
variant="underlined"
className="justify-center px-1"
classNames={{
base: 'justify-center px-1',
cursor: 'w-full',
}}
fullWidth
>
<Tab key="country" title="Country Comparison">
Expand Down

0 comments on commit 96b3126

Please sign in to comment.