Skip to content

Commit

Permalink
[UI] Update style for account details screen
Browse files Browse the repository at this point in the history
  • Loading branch information
lw committed May 30, 2024
1 parent ebfbdb1 commit bc894a0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ const AccountDetail = styled(Component)<Props>(({ theme: { extendToken, token }
'.ant-sw-screen-layout-body': {
paddingTop: token.paddingXXS,
paddingLeft: token.paddingXS,
paddingRight: token.paddingXS
paddingRight: token.paddingXS,
paddingBottom: 24
},

'.account-info-area': {
Expand Down

0 comments on commit bc894a0

Please sign in to comment.