vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜

Home Page:https://antdv.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Button 组件 type = link 定制主题色应用失效

guaijie opened this issue · comments

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

undefined

Environment

vue: 3.x ; ant-design-vue: 4.2.1

Reproduction link

Edit on CodeSandbox

image

Steps to reproduce

使用 ConfigProvider 来修改主题色,Button 组件在 type="link" 时,字体颜色没有发生变化

What is expected?

Button 组件在 type="link" 时,其字体颜色随主题色的修改而发生变化

What is actually happening?

Button 组件在 type="link"时, 其字体颜色没有随主题色的修改而发生变化

image
参见ant-deisgn