Skip to content

Commit dcf73c5

Browse files
committed
fix(microvideo): update template.html
1 parent 565ad53 commit dcf73c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/microvideo/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<style>
22
:host {
3-
--_primary-color: var(--media-primary-color, rgb(255 255 255 / .9));
3+
--_primary-color: var(--media-primary-color, rgb(255 255 255 / 0.9));
44
--_secondary-color: var(--media-secondary-color, rgb(0 0 0 / .75));
55
--_volume-range-expand-width: 70px;
66
--_volume-range-expand-height: 42px;

0 commit comments

Comments
 (0)