File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ watch(isMuted, (newVal) => {
83
83
ref =" videoRef"
84
84
:src =" src"
85
85
:poster =" poster"
86
- class =" w-full aspect-video bg-black "
86
+ class =" w-full aspect-video bg-white "
87
87
/>
88
88
89
- <div class =" absolute bottom-0 left-0 w-full bg-primary-light-500 text-white p-2 flex items-center gap-3" >
89
+ <div class =" absolute - bottom-1 - left-1 w-[calc(100%+.5rem)] bg-white border-2 border- primary-light-500 rounded-b-lg text-primary-light-500 p-2 flex items-center gap-3" >
90
90
<button @click =" togglePlay" >
91
91
<PUIcon
92
92
:name =" isPlaying ? 'pause' : 'play'"
@@ -96,14 +96,14 @@ watch(isMuted, (newVal) => {
96
96
97
97
<input
98
98
type =" range"
99
- class =" flex-1 accent-white "
99
+ class =" flex-1 accent-primary-light-500 "
100
100
min =" 0"
101
101
:max =" duration"
102
102
:value =" currentTime"
103
103
@input =" seek"
104
104
>
105
105
106
- <span class =" text-xs " >{{ formatTime(currentTime) }} / {{ formatTime(duration) }}</span >
106
+ <span class =" text-sm font-bold font-patrick " >{{ formatTime(currentTime) }} / {{ formatTime(duration) }}</span >
107
107
108
108
<button @click =" toggleMute" >
109
109
<PUIcon
@@ -113,7 +113,7 @@ watch(isMuted, (newVal) => {
113
113
</button >
114
114
<input
115
115
type =" range"
116
- class =" w-16 accent-white "
116
+ class =" w-16 accent-primary-light-500 "
117
117
min =" 0"
118
118
max =" 1"
119
119
step =" 0.1"
You can’t perform that action at this time.
0 commit comments