From cec4f412d7eef62669a5c9251ecd00ee11e315bd Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Wed, 6 Apr 2022 13:48:17 -0400 Subject: [PATCH] actiondrawer: Use higher quicksettings text contrast --- .../qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml index 92426b84..bdddf440 100644 --- a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml +++ b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml @@ -60,6 +60,7 @@ QuickSettingsDelegate { elide: Text.ElideRight text: root.text font.pixelSize: PlasmaCore.Theme.defaultFont.pixelSize * 0.8 // TODO base height off of size of delegate + font.weight: Font.DemiBold } PlasmaComponents.Label { Layout.fillWidth: true