This commit is contained in:
Damocles 2026-04-12 18:44:27 +02:00
parent 21f96dc68e
commit b06e3582ff
23 changed files with 597 additions and 197 deletions

View file

@ -90,7 +90,11 @@ Row {
height: 20
radius: M.Theme.radius
color: pill.active ? M.Theme.base0D : (pill._hovered ? M.Theme.base03 : M.Theme.base02)
Behavior on color { ColorAnimation { duration: 150 } }
Behavior on color {
ColorAnimation {
duration: 150
}
}
Text {
anchors.centerIn: parent