Skip to content

Conversation

fqishuai
Copy link
Contributor

@fqishuai fqishuai commented Mar 8, 2024

src/components/button/button.patch.less

&-danger {
background-color: #00b578;
border-color: #00b578;
&.@{class-prefix-button}-fill-outline,
&.@{class-prefix-button}-fill-none {
color: #00b578;
}
}

修改为:

&-danger {
background-color: #ff3141;
border-color: #ff3141;
&.@{class-prefix-button}-fill-outline,
&.@{class-prefix-button}-fill-none {
color: #ff3141;
}
}

Copy link
Contributor

github-actions bot commented Mar 8, 2024

PR preview has been successfully built and deployed to https://antd-mobile-preview-pr-6568.surge.sh

Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.34%. Comparing base (784eff5) to head (3ffec80).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6568   +/-   ##
=======================================
  Coverage   92.34%   92.34%           
=======================================
  Files         318      318           
  Lines        6910     6910           
  Branches     1729     1729           
=======================================
  Hits         6381     6381           
  Misses        493      493           
  Partials       36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zombieJ zombieJ merged commit 8d6e05d into ant-design:master Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants