Skip to content

Commit

Permalink
[Issue-229][Mythical Telegram App] fix ui bug alertModal
Browse files Browse the repository at this point in the history
  • Loading branch information
dungnguyen-art committed Dec 17, 2024
1 parent 1539a09 commit 2c93475
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ const AlertModal = styled(Component)<Props>(({ theme: { extendToken, token } }:
},

'.ant-sw-header-center-part.ant-sw-header-center-part': {
marginLeft: 0,
marginRight: 0
marginLeft: 16,
marginRight: 16
},

'.ant-sw-modal-footer': {
Expand Down

0 comments on commit 2c93475

Please sign in to comment.