diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dashboard/dash/DateTime.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard/dash/DateTime.qml b/modules/dashboard/dash/DateTime.qml index 5f44227..738fed1 100644 --- a/modules/dashboard/dash/DateTime.qml +++ b/modules/dashboard/dash/DateTime.qml @@ -48,7 +48,7 @@ Item { anchors.topMargin: -sep.font.pointSize * 0.45 horizontalAlignment: Text.AlignHCenter - text: Time.format("MM") + text: Time.format("mm") color: Colours.palette.m3secondary font.pointSize: Appearance.font.size.extraLarge font.weight: 500 |