Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Feb 13, 2024
2 parents 6e9aa2b + 62c1336 commit d728309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigational/tabs/TabItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function TabItem(props: Props) {
onClick={onClick}
role="tab"
aria-aria-selected={isActive}
className={`border-b-3 hover:text-primary inline-block shrink-0 p-3 font-semibold ${
className={`border-b-3 hover:text-primary inline-block shrink-0 p-3 font-semibold first:ml-3 last:mr-3 ${
isActive
? "border-primary-600 text-primary border-primary"
: "border-transparent text-neutral-500"
Expand Down

0 comments on commit d728309

Please sign in to comment.