1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

calendar: use surfaceVariantText for adjacent month day numbers

This commit is contained in:
bbedward
2026-06-29 16:14:41 -04:00
parent 894efa58a3
commit e40faaa442
2 changed files with 9 additions and 3 deletions
@@ -574,7 +574,7 @@ Rectangle {
anchors.centerIn: parent
text: dayDate.getDate()
font.pixelSize: Theme.fontSizeSmall
color: isToday ? Theme.primary : isCurrentMonth ? Theme.surfaceText : Theme.onSurface_38
color: isToday ? Theme.primary : isCurrentMonth ? Theme.surfaceText : Theme.surfaceVariantText
font.weight: isToday ? Font.Medium : Font.Normal
}