Skip to content

Commit

Permalink
fix: AccountSetting UI adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentxuu committed Jul 21, 2024
1 parent f5d67b4 commit b332bf1
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 @@ -61,7 +61,7 @@ const AccountSetting = () => {
sx={{
backgroundColor: '#ffffff',
width: '100%',
width: '672px',
maxWidth: '672px',
borderRadius: '16px',
padding: { xs: '16px 20px', md: '36px 40px' },
display: 'flex',
Expand All @@ -79,7 +79,7 @@ const AccountSetting = () => {
flexDirection: 'column',
alignItems: 'flex-start',
width: '100%',
width: '544px',
maxWidth: '544px',
}}
>
<Box sx={{ display: 'flex', flexDirection: 'column', width: '100%' }}>
Expand Down

0 comments on commit b332bf1

Please sign in to comment.