Skip to content

Commit

Permalink
fix: AccountSetting UI ESLint rules adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentxuu committed Jul 21, 2024
1 parent 1d7a985 commit 2a124fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Profile/Accountsetting/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const AccountSetting = () => {
alignItems: 'center',
'@media (max-width: 767px)': {
width: '100%',
padding: '16px 20px'
}
padding: '16px 20px',
},
}}
>
<Typography sx={{ fontSize: '22px', color: '#536166' }}>
Expand Down

0 comments on commit 2a124fc

Please sign in to comment.