1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

dankbar: remove hardcoded font weights

fixes #539
This commit is contained in:
bbedward
2025-10-23 23:11:20 -04:00
parent ab4e9646ad
commit 0f55bbc148
13 changed files with 0 additions and 47 deletions

View File

@@ -42,7 +42,6 @@ BasePill {
return root.currentLayout.substring(0, 2).toUpperCase()
}
font.pixelSize: Theme.barTextSize(root.barThickness)
font.weight: Font.Medium
color: Theme.surfaceText
anchors.horizontalCenter: parent.horizontalCenter
}