Skip to content

Commit

Permalink
Fix notification subscription button on My Account (Mobile) podkrepi-…
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyan90 committed May 27, 2024
1 parent 198391e commit c3590f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/client/auth/profile/MyNotificationsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ const Root = styled('div')(({ theme }) => ({
[`& .${classes.statusBoxRow}`]: {
display: 'flex',
justifyContent: 'space-between',
flexWrap:'wrap',
gap:20,
alignItems: 'center',
padding: theme.spacing(0, 2),
},
Expand Down

0 comments on commit c3590f1

Please sign in to comment.