fix(StatusBadge): use medium font weight for badge text
This commit is contained in:
parent
6327566889
commit
cb9492abed
@ -27,7 +27,7 @@ Rectangle {
|
|||||||
id: value
|
id: value
|
||||||
visible: statusBadge.value > 0
|
visible: statusBadge.value > 0
|
||||||
font.pixelSize: statusBadge.value > 99 ? 10 : 12
|
font.pixelSize: statusBadge.value > 99 ? 10 : 12
|
||||||
font.weight: Font.Bold
|
font.weight: Font.Medium
|
||||||
color: Theme.palette.statusBadge.foregroundColor
|
color: Theme.palette.statusBadge.foregroundColor
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: {
|
text: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user