Skip to content

Commit

Permalink
fix(select): Also set font size for icon
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 312755166
  • Loading branch information
allan-chen authored and copybara-github committed May 21, 2020
1 parent 8e17857 commit c113fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-select/icon/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
.mdc-select__icon {
width: $size;
height: $size;
font-size: $size;
}
}
}
Expand Down

0 comments on commit c113fc9

Please sign in to comment.