diff --git a/examples/fancy-switches/DarkModeSwitch.slint b/examples/fancy-switches/DarkModeSwitch.slint index f89bb83ed38..d73b8bf15f5 100644 --- a/examples/fancy-switches/DarkModeSwitch.slint +++ b/examples/fancy-switches/DarkModeSwitch.slint @@ -1,7 +1,7 @@ // Copyright © SixtyFPS GmbH // SPDX-License-Identifier: MIT -export component RayThick { +component RayThick { in-out property colorize <=> i.colorize; in-out property rotation <=> i.rotation-angle; width: 0px; @@ -16,7 +16,7 @@ export component RayThick { } -export component RayThin { +component RayThin { in-out property colorize <=> i.colorize; in-out property rotation <=> i.rotation-angle; width: 0px;