diff --git a/widgets/StyledLabel.qml b/widgets/StyledLabel.qml index fcbed96..4b9dd07 100644 --- a/widgets/StyledLabel.qml +++ b/widgets/StyledLabel.qml @@ -4,7 +4,6 @@ import Quickshell.Widgets WrapperRectangle { id: root - required property Component content margin: 8 radius: 8 color: Theme.palette.base100 @@ -14,8 +13,4 @@ WrapperRectangle { easing.type: Easing.InOutQuad } } - Loader { - active: true - sourceComponent: content - } }