Skip to content

Commit

Permalink
fix: button success button color
Browse files Browse the repository at this point in the history
  • Loading branch information
crlang committed Jan 12, 2022
1 parent 19e50a0 commit d53fa7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/design/ele/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
--el-button-border-color: var(--border-grey-color);
}

&--primary ,
&--warning ,
&--info ,
&--primary,
&--warning,
&--success,
&--info,
&--danger {
--el-button-text-color: var(--white-color);
--el-button-hover-text-color: var(--white-color);
Expand Down

0 comments on commit d53fa7e

Please sign in to comment.