From 30e804acd84f6a5453c77de63cb3309da2411297 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 12 Oct 2025 20:35:57 +0200 Subject: [PATCH] settings: fix inconsistent content section text color --- .config/quickshell/ii/modules/common/widgets/ContentSection.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/ii/modules/common/widgets/ContentSection.qml b/.config/quickshell/ii/modules/common/widgets/ContentSection.qml index 8af81fbee..0ff800c06 100644 --- a/.config/quickshell/ii/modules/common/widgets/ContentSection.qml +++ b/.config/quickshell/ii/modules/common/widgets/ContentSection.qml @@ -23,6 +23,7 @@ ColumnLayout { text: root.title font.pixelSize: Appearance.font.pixelSize.larger font.weight: Font.Medium + color: Appearance.colors.colOnSecondaryContainer } }