Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: icon alignment issue in tabs (#9681)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrical authored Oct 30, 2023
1 parent 57d0094 commit 41a40f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Tabs({ tabs, setTabs, selectedTab }) {
selectedTab?.name === tab.name
? "border-tertiary-medium "
: "border-transparent text-primary-medium dark:text-primary-low dark:hover:text-tertiary-medium hover:text-tertiary-medium hover:border-tertiary-medium",
`justify-center text-base group flex border-b-2 py-4 font-medium grow`,
`justify-center text-base group flex border-b-2 py-4 font-medium grow items-center`,
)}
>
{tab.icon && (
Expand Down

0 comments on commit 41a40f9

Please sign in to comment.