forked from Shinonome/dots-hyprland
rounder todo list fab
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user