mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-23 09:19:58 -05:00
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