Fix video title colour on fullscreen mode

This commit is contained in:
Samuli Ruuskanen 2023-06-06 11:54:56 +03:00
parent ff25450215
commit 662543d397
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
>
<minimize />
<div v-if="isFullscreen" class="pt-2" @click.self="controlsHandler()">
<h4>{{ video.title }}</h4>
<h4 style="color: #ffffff">{{ video.title }}</h4>
<div style="color: #aaa; font-size: 0.75rem">
{{ video.channelName }}
</div>