actiondrawer: Use higher quicksettings text contrast

This commit is contained in:
Devin Lin 2022-04-06 13:48:17 -04:00
parent 5e48cb1cc1
commit cec4f412d7

View file

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