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 } }