From ae53df8e87359ce0a65e27c76049eda64445495f Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Sun, 7 Dec 2025 02:24:06 +0100 Subject: [PATCH] prettier arrows --- Modules/Calendar/CalendarHeader.qml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Modules/Calendar/CalendarHeader.qml b/Modules/Calendar/CalendarHeader.qml index 14f5fe0..97d6b2b 100644 --- a/Modules/Calendar/CalendarHeader.qml +++ b/Modules/Calendar/CalendarHeader.qml @@ -15,11 +15,12 @@ RowLayout { color: "transparent" radius: 1000 - CustomText { - text: "◀" - font.pointSize: 12 - color: DynamicColors.palette.m3onSurface + MaterialIcon { anchors.centerIn: parent + text: "arrow_back_2" + fill: 1 + font.pointSize: 24 + color: DynamicColors.palette.m3onSurface } StateLayer { @@ -52,11 +53,13 @@ RowLayout { color: "transparent" radius: 1000 - CustomText { - text: "▶" - font.pointSize: 12 - color: DynamicColors.palette.m3onSurface + MaterialIcon { anchors.centerIn: parent + text: "arrow_back_2" + fill: 1 + font.pointSize: 24 + rotation: 180 + color: DynamicColors.palette.m3onSurface } StateLayer {