rename to styled rectangle

This commit is contained in:
Benjamin Palko 2025-09-06 22:31:17 -04:00
parent 4e2a1874d1
commit 0405dc3414
10 changed files with 9 additions and 9 deletions

View 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
}
}
}