From 79fce71b777773478ba368fb3b3dcacdcd08f852 Mon Sep 17 00:00:00 2001 From: novenary Date: Wed, 8 Feb 2023 09:17:18 +0200 Subject: [PATCH] Fix skip button color when using light theme --- src/components/VideoPlayer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/VideoPlayer.vue b/src/components/VideoPlayer.vue index 6bceb412..148fb0db 100644 --- a/src/components/VideoPlayer.vue +++ b/src/components/VideoPlayer.vue @@ -771,6 +771,7 @@ export default { align-items: center; justify-content: center; + color: #fff; line-height: 1.5em; }