Skip to content

Commit

Permalink
refactor: use currentColor for drawer toggle icon
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jun 19, 2019
1 parent 6d84c96 commit d602475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/material/vaadin-drawer-toggle-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[part="icon"],
[part="icon"]::after,
[part="icon"]::before {
background-color: var(--material-primary-color);
background-color: currentColor;
}

[part='icon'] {
Expand Down

0 comments on commit d602475

Please sign in to comment.