fix(StatusBadge): use medium font weight for badge text

This commit is contained in:
Pascal Precht 2021-05-26 12:13:54 +02:00 committed by Michał Cieślak
parent 1569a8483a
commit 98e64d8eec
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Rectangle {
id: value
visible: statusBadge.value > 0
font.pixelSize: statusBadge.value > 99 ? 10 : 12
font.weight: Font.Bold
font.weight: Font.Medium
color: Theme.palette.statusBadge.foregroundColor
anchors.centerIn: parent
text: {