add styling with animation speed
This commit is contained in:
parent
f7e8fb7720
commit
9fc91a92f7
14 changed files with 74 additions and 37 deletions
|
|
@ -5,7 +5,7 @@ Text {
|
|||
color: Theme.palette.basecontent
|
||||
Behavior on color {
|
||||
ColorAnimation {
|
||||
duration: 100
|
||||
duration: Styling.animations.speed.fast
|
||||
}
|
||||
}
|
||||
font.family: Theme.lucide.font.family
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue