rounder todo list fab

This commit is contained in:
end-4
2025-05-23 16:44:01 +02:00
parent f7349e6346
commit d011abf918
@@ -167,7 +167,7 @@ Item {
background: Rectangle { background: Rectangle {
id: fabBackground id: fabBackground
anchors.fill: parent anchors.fill: parent
radius: Appearance.rounding.small radius: Appearance.rounding.normal
color: (fabButton.down) ? Appearance.colors.colPrimaryContainerActive : (fabButton.hovered ? Appearance.colors.colPrimaryContainerHover : Appearance.m3colors.m3primaryContainer) color: (fabButton.down) ? Appearance.colors.colPrimaryContainerActive : (fabButton.hovered ? Appearance.colors.colPrimaryContainerHover : Appearance.m3colors.m3primaryContainer)
Behavior on color { Behavior on color {