Skip to content

Commit

Permalink
fix: button patch danger color (#6568)
Browse files Browse the repository at this point in the history
  • Loading branch information
fqishuai authored Mar 8, 2024
1 parent 784eff5 commit 8d6e05d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/button/button.patch.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
}
}
&-danger {
background-color: #00b578;
border-color: #00b578;
background-color: #ff3141;
border-color: #ff3141;
&.@{class-prefix-button}-fill-outline,
&.@{class-prefix-button}-fill-none {
color: #00b578;
color: #ff3141;
}
}
&-warning {
Expand Down

0 comments on commit 8d6e05d

Please sign in to comment.