1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-25 11:13:52 +02:00

fix(svg-icons): default icons color (#8382)

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>
This commit is contained in:
André 2023-08-17 21:48:43 +02:00 committed by GitHub
parent d0408812df
commit b95cd7a6eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
background-repeat: no-repeat;
background-position: center;
fill: #FFFFFF;
fill: currentColor;
height: 1.8em;
width: 1.8em;