From cb6080d5d8cfce7605f73c4a59066aa774eae437 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 4 Sep 2025 14:50:34 -0400 Subject: [PATCH] null --- components/StyledSwitch.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/StyledSwitch.qml b/components/StyledSwitch.qml index 70f7646..c2af7db 100644 --- a/components/StyledSwitch.qml +++ b/components/StyledSwitch.qml @@ -21,9 +21,9 @@ Switch { } indicator: Rectangle { - id: indicator + id: indicator - property int padding: 8 + property int padding: 8 implicitWidth: 48 implicitHeight: 24 @@ -51,5 +51,5 @@ Switch { } } - background: undefined + background: null }