From 72e5c566b7c64949627563d5ed054e990072b4fd Mon Sep 17 00:00:00 2001 From: vhutter <16247361+vhutter@users.noreply.github.com> Date: Tue, 27 Jan 2026 06:37:17 +0100 Subject: [PATCH] Fix label color in CDockWidgetTab in dark mode (#804) --- src/stylesheets/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylesheets/default.css b/src/stylesheets/default.css index 5a73701..064118b 100644 --- a/src/stylesheets/default.css +++ b/src/stylesheets/default.css @@ -75,7 +75,7 @@ ads--CDockWidgetTab[activeTab="true"] { } ads--CDockWidgetTab QLabel { - color: palette(dark); + color: palette(text); } ads--CDockWidgetTab[activeTab="true"] QLabel {