1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 07:52:50 -05:00

font tweaks

This commit is contained in:
bbedward
2025-07-28 11:38:49 -04:00
parent 03b8370c14
commit 73e1f0b6c0
6 changed files with 18 additions and 24 deletions

View File

@@ -56,6 +56,7 @@ Item {
color: parent.parent.isActive ? Theme.primary : Theme.surfaceText
font.weight: parent.parent.isActive ? Font.Medium : Font.Normal
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: 1
visible: parent.parent.hasText
}