move styled label
This commit is contained in:
parent
9757567855
commit
85acbba92d
10 changed files with 10 additions and 1 deletions
16
components/StyledLabel.qml
Normal file
16
components/StyledLabel.qml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import qs.config
|
||||
import QtQuick
|
||||
import Quickshell.Widgets
|
||||
|
||||
WrapperRectangle {
|
||||
id: root
|
||||
margin: 8
|
||||
radius: 8
|
||||
color: Theme.palette.base100
|
||||
Behavior on color {
|
||||
ColorAnimation {
|
||||
duration: 200
|
||||
easing.type: Easing.InOutQuad
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue