Skip to content

Commit

Permalink
[Issue-235][Mythical Telegram App] Improve UX/UI for achievement with…
Browse files Browse the repository at this point in the history
… token type ( Round 2)
  • Loading branch information
dungnguyen-art committed Dec 17, 2024
1 parent a132631 commit 311799c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ const AlertModal = styled(Component)<Props>(({ theme: { extendToken, token } }:
'.ant-sw-modal-footer': {
display: 'flex',
borderTop: 0,
gap: token.sizeXXS
gap: token.sizeXXS,
paddingBottom: 34
},

'.ant-sw-header-center-part': {
Expand Down

0 comments on commit 311799c

Please sign in to comment.