Skip to content

Commit

Permalink
add fontWeight: '600' to all tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Nov 27, 2023
1 parent 0401f08 commit 34d4733
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export default function MyProfile() {
},
justifyContent: 'left',
[`&& .${tabClasses.root}`]: {
fontWeight: '600',
flex: 'initial',
bgcolor: 'transparent',
[`&.${tabClasses.selected}`]: {
Expand Down

0 comments on commit 34d4733

Please sign in to comment.