Skip to content

Commit

Permalink
fix: Profile Modal lack space (#516)
Browse files Browse the repository at this point in the history
* fix: Profile Modal lack space

* docs: add changelog

* fix: opt code

---------

Co-authored-by: 愚指导 <[email protected]>
  • Loading branch information
thinkasany and yutingzhao1991 authored Jan 22, 2024
1 parent 6f3e811 commit 3317f1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-eagles-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ant-design/web3': patch
---

fix: Profile Modal lack space
1 change: 1 addition & 0 deletions packages/web3/src/connect-button/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const genConnectButtonStyle: GenerateStyle<ConnectButtonToken> = (token) => {
[`&-footer`]: {
display: 'flex',
marginTop: token.margin,
gap: token.marginXS,
[`${token.antCls}-btn`]: {
flex: 1,
},
Expand Down

0 comments on commit 3317f1d

Please sign in to comment.