adjust fab icon size and region selector fab color

This commit is contained in:
end-4
2025-10-25 10:02:36 +02:00
parent 43fe3874dd
commit 5dd0fe2761
3 changed files with 11 additions and 11 deletions
@@ -163,13 +163,7 @@ Item {
anchors.bottomMargin: root.fabMargins
onClicked: root.showAddDialog = true
contentItem: MaterialSymbol {
text: "add"
horizontalAlignment: Text.AlignHCenter
iconSize: Appearance.font.pixelSize.huge
color: Appearance.m3colors.m3onPrimaryContainer
}
iconText: "add"
}
Item {