Skip to content

Commit

Permalink
zu: Do not reset color attribute in ButtonBase
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Jul 21, 2023
1 parent 8b19599 commit f6420f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zu/src/button_base/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
text-decoration: none;

// Reset default value
color: inherit;
//color: inherit;
background-color: transparent;
-webkit-tap-highlight-color: transparent;

Expand Down

0 comments on commit f6420f1

Please sign in to comment.