Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #652 from sruusk/main
Browse files Browse the repository at this point in the history
Fix video title colour in full screen mode
  • Loading branch information
Robotition authored Jul 12, 2023
2 parents 573a933 + 662543d commit b48bcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NUXT/components/Player/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b48bcb7

Please sign in to comment.