Skip to content

Commit

Permalink
fix tab padding
Browse files Browse the repository at this point in the history
  • Loading branch information
alongoni committed Nov 10, 2023
1 parent c810af2 commit cc3268d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/components/Tabs/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const StyledTabsContainer = styled(Box)(({ theme }) => ({
},
'& .MuiTabs-root button': {
fontSize: '1.1rem',
padding: '1.2rem 3rem',
padding: '1rem 2rem',
color: theme.palette.common.white,
fontWeight: '800'
},
Expand Down

0 comments on commit cc3268d

Please sign in to comment.