From caca6c41636c90ca9b165a85870386bec8888a35 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Fri, 12 Dec 2025 00:17:32 -0800 Subject: [PATCH] fix: text-white usage causes video dimensions to be invisible on light theme (#7408) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary All other usages of `text-white` in the codebase require also changing the bg color to be a semantic token. This is the only case where the bg is theme-aware and the text is hardcoded. | Before | After | | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | | Screenshot from 2025-12-12
00-03-15 | Screenshot from 2025-12-12
00-03-22 | ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7408-fix-text-white-usage-causes-video-dimensions-to-be-invisible-on-light-theme-2c76d73d365081668eafef95639a42f9) by [Unito](https://www.unito.io) --- src/renderer/extensions/vueNodes/VideoPreview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/extensions/vueNodes/VideoPreview.vue b/src/renderer/extensions/vueNodes/VideoPreview.vue index 6c42a51cc0..635e5564ca 100644 --- a/src/renderer/extensions/vueNodes/VideoPreview.vue +++ b/src/renderer/extensions/vueNodes/VideoPreview.vue @@ -90,7 +90,7 @@ -
+
{{ $t('g.errorLoadingVideo') }}