From 9be4e9da604f662b1f433440005233da188f7ac5 Mon Sep 17 00:00:00 2001 From: pierreeurope Date: Mon, 16 Feb 2026 12:45:09 +0100 Subject: [PATCH] fix: make theater mode toggle button visible on light theme The chevron button to toggle theater mode was invisible on the light theme because it inherited the dark text color while being positioned against the video's dark background. Adding text-white ensures the button is always visible regardless of the selected theme, since it always appears against the dark video background. Fixes #4072 Signed-off-by: pierreeurope --- src/components/WatchVideo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index 3524c56f..06444ef5 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -37,7 +37,7 @@