fix weird bold font in some places

This commit is contained in:
end-4
2025-05-29 22:13:18 +02:00
parent 9cbbaff170
commit 96282c4390
5 changed files with 1 additions and 5 deletions
@@ -23,7 +23,7 @@ RippleButton {
anchors.fill: parent
text: day
horizontalAlignment: Text.AlignHCenter
font.weight: bold ? Font.Bold : isToday == -1 ? Font.Normal : Font.DemiBold
font.weight: bold ? Font.DemiBold : Font.Normal
color: (isToday == 1) ? Appearance.m3colors.m3onPrimary :
(isToday == 0) ? Appearance.colors.colOnLayer1 :
Appearance.m3colors.m3outlineVariant