From 54a40965f6715ea3427ffc644ff543a84f8c7a06 Mon Sep 17 00:00:00 2001 From: rekols Date: Sat, 5 Jun 2021 00:22:57 +0800 Subject: [PATCH] CheckBox text color follows dark mode --- src/fish-style/CheckBox.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fish-style/CheckBox.qml b/src/fish-style/CheckBox.qml index 5bb280a..de7fee8 100644 --- a/src/fish-style/CheckBox.qml +++ b/src/fish-style/CheckBox.qml @@ -61,5 +61,6 @@ T.CheckBox { visible: controlRoot.text horizontalAlignment: Text.AlignLeft verticalAlignment: Text.AlignVCenter + color: FishUI.Theme.textColor } }