From 662543d397f15caba6437dfe0ff8338c6a4887d1 Mon Sep 17 00:00:00 2001 From: Samuli Ruuskanen Date: Tue, 6 Jun 2023 11:54:56 +0300 Subject: [PATCH] Fix video title colour on fullscreen mode --- NUXT/components/Player/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NUXT/components/Player/index.vue b/NUXT/components/Player/index.vue index 2415a46..b1ce2c9 100644 --- a/NUXT/components/Player/index.vue +++ b/NUXT/components/Player/index.vue @@ -155,7 +155,7 @@ >
-

{{ video.title }}

+

{{ video.title }}

{{ video.channelName }}