prettier arrows

This commit is contained in:
Zacharias-Brohn
2025-12-07 02:24:06 +01:00
parent 0f3f4a981f
commit ae53df8e87
+11 -8
View File
@@ -15,11 +15,12 @@ RowLayout {
color: "transparent" color: "transparent"
radius: 1000 radius: 1000
CustomText { MaterialIcon {
text: "◀"
font.pointSize: 12
color: DynamicColors.palette.m3onSurface
anchors.centerIn: parent anchors.centerIn: parent
text: "arrow_back_2"
fill: 1
font.pointSize: 24
color: DynamicColors.palette.m3onSurface
} }
StateLayer { StateLayer {
@@ -52,11 +53,13 @@ RowLayout {
color: "transparent" color: "transparent"
radius: 1000 radius: 1000
CustomText { MaterialIcon {
text: "▶"
font.pointSize: 12
color: DynamicColors.palette.m3onSurface
anchors.centerIn: parent anchors.centerIn: parent
text: "arrow_back_2"
fill: 1
font.pointSize: 24
rotation: 180
color: DynamicColors.palette.m3onSurface
} }
StateLayer { StateLayer {