Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
BobsProgrammingAcademy committed Mar 3, 2024
1 parent 84b112e commit d5fa108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/CustomButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const CustomButton = ({ href, icon, text }) => {
startIcon={icon}
sx={{
color: theme.palette.text.primary,
mx: 1.5,
marginX: 1.5,
marginLeft: '15px',
'&:active': {
color: theme.palette.primary.main,
Expand Down

0 comments on commit d5fa108

Please sign in to comment.