ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.5k stars 2.37k forks source link

fix: button patch danger color #6568

Closed fqishuai closed 3 months ago

fqishuai commented 4 months ago

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; } }

github-actions[bot] commented 3 months ago

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

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.