coloranimation

This commit is contained in:
Zacharias-Brohn
2025-11-25 22:22:03 +01:00
parent 31f4f8655c
commit fa19c59d0e
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -24,6 +24,9 @@ Item {
implicitHeight: 22
color: Config.useDynamicColors ? DynamicColors.tPalette.m3surfaceContainer : "#40000000"
radius: height / 2
Behavior on color {
CAnim {}
}
RowLayout {
id: rowLayout