Skip to content

Commit

Permalink
fix(svg-icons): default icons color (#8382)
Browse files Browse the repository at this point in the history
Uses the same color as defined by the `color` property of the `video-js` class to apply to `svg icons` for easy customization

- set `fill` property to `currentColor`

Co-authored-by: mister-ben <git@misterben.me>
  • Loading branch information
amtins and mister-ben authored Aug 17, 2023
1 parent d040881 commit b95cd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
background-repeat: no-repeat;
background-position: center;

fill: #FFFFFF;
fill: currentColor;
height: 1.8em;
width: 1.8em;

Expand Down

0 comments on commit b95cd7a

Please sign in to comment.