diff --git a/frontend/src/components/CustomButton.js b/frontend/src/components/CustomButton.js index 3e45b23..dfe2710 100644 --- a/frontend/src/components/CustomButton.js +++ b/frontend/src/components/CustomButton.js @@ -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,