Skip to content

Commit

Permalink
Restore active tab scaling
Browse files Browse the repository at this point in the history
Product thinks this will help people identify the "Projects, Engagements" as tabs lol
  • Loading branch information
CarsonF committed Oct 22, 2024
1 parent b6e6205 commit cc9747a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/theme/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,17 @@ export const appComponents = ({
},
},
},
MuiTab: {
styleOverrides: {
root: ({ theme }) => ({
textTransform: 'none',
transition: theme.transitions.create('transform'),
'&.Mui-selected': {
transform: 'scale(1.43)', // 20px
},
}),
},
},
MuiTabs: {
defaultProps: {
indicatorColor: 'primary',
Expand Down

0 comments on commit cc9747a

Please sign in to comment.