From 192d36da46c5038db13f8ab4e836e4b98ca59860 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Wed, 6 Apr 2022 20:32:38 -0400 Subject: [PATCH] quicksettings: Improve text contrast --- .../actiondrawer/quicksettings/QuickSettingsFullDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml index bdddf440..e237e63e 100644 --- a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml +++ b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsFullDelegate.qml @@ -60,7 +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 + font.weight: Font.Bold } PlasmaComponents.Label { Layout.fillWidth: true