mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 18:48:47 +00:00
fix(StatusBadge): use medium font weight for badge text
This commit is contained in:
parent
1569a8483a
commit
98e64d8eec
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user