Skip to content

Commit

Permalink
Fix vertical alignment in tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Oct 15, 2024
1 parent 7d4448f commit 753bf78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/tabs/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ export const Tab = styled( Ariakit.Tab )`

export const TabChildren = styled.span`
flex-grow: 1;
display: flex;
align-items: center;
`;

export const TabChevron = styled( Icon )`
Expand Down

0 comments on commit 753bf78

Please sign in to comment.