ant-design / ant-design-web3

🥳 Efficient react components for building dapps easier | Connect crypto wallets and more Web3 UI components | Web3 icons | Supports Ethereum, Solana, Bitcoin, TON, Sui and others.
https://web3.ant.design
MIT License
863 stars 145 forks source link

[Bug] token theme affects modal style #1118

Open LCJove opened 2 months ago

LCJove commented 2 months ago

What happens?

在项目中如果设置了ant 的 token,会影响到 modal 组件的展示。有点奇怪的地方在于我没有在 token 中设置 padding 相关的 token,但是 modal 的 padding 却发生了变化。

追踪了一下, token 里面的 wireframe: true 会导致 padding 变化

How To Reproduce

https://codesandbox.io/p/sandbox/happy-wescoff-3n3qz5?file=%2FApp.tsx%3A80%2C15

Steps to reproduce the behavior: 1. 2.

Expected behavior 1. 2.

Context

yutingzhao1991 commented 2 months ago
image

看了一下 wireframe 代表线框化,可以研究下线框化应该是什么样的,看看我们要怎么调整才能适配好这个 wireframe