quicksettings: Improve text contrast

This commit is contained in:
Devin Lin 2022-04-06 20:32:38 -04:00
parent dd7bd6a18f
commit 192d36da46

View file

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