fix(player): fix incorrect icon being rendered from vjs font after update

This commit is contained in:
Gabe Kangas 2023-05-07 09:42:58 -07:00
parent 662d58df74
commit 84fdbecec3
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -71,7 +71,7 @@
font-style: normal;
&::before {
content: '\f110';
content: '\f114';
}
}
}