rename to styled rectangle
This commit is contained in:
parent
4e2a1874d1
commit
0405dc3414
10 changed files with 9 additions and 9 deletions
15
components/StyledRectangle.qml
Normal file
15
components/StyledRectangle.qml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import qs.config
|
||||
import QtQuick
|
||||
import Quickshell.Widgets
|
||||
|
||||
WrapperRectangle {
|
||||
id: root
|
||||
margin: 8
|
||||
radius: Styling.theme.radiusBox
|
||||
color: Styling.theme.base200
|
||||
Behavior on color {
|
||||
ColorAnimation {
|
||||
duration: Styling.animations.speed.normal
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue