Skip to content

Commit

Permalink
Improve Tabs.Tab CSS reset styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Dec 6, 2024
1 parent f26d8a5 commit 7b6d3e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/tabs/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,11 @@ export const StyledTabList = styled( Ariakit.TabList )`
export const Tab = styled( Ariakit.Tab )`
& {
/* Resets */
appearance: auto;
border-radius: 0;
background: transparent;
border: none;
box-sizing: border-box;
box-shadow: none;
flex: 1 0 auto;
Expand Down

0 comments on commit 7b6d3e9

Please sign in to comment.