Skip to content

Commit

Permalink
Add margin between icon and text in buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
PetroSilenius committed Feb 14, 2022
1 parent 9b356af commit f753fc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const theme = createTheme({
textTransform: 'none',
'&:hover': {
backgroundColor: '#1D764ACC',
},
'& .MuiSvgIcon-root': {
marginRight: '4px',
}
},
},
Expand Down

0 comments on commit f753fc6

Please sign in to comment.