diff --git a/surfaces/quickshell/modules/souveraine/subconscious/SubconsciousEventPanel.qml b/surfaces/quickshell/modules/souveraine/subconscious/SubconsciousEventPanel.qml index 999ffa8..5c43268 100644 --- a/surfaces/quickshell/modules/souveraine/subconscious/SubconsciousEventPanel.qml +++ b/surfaces/quickshell/modules/souveraine/subconscious/SubconsciousEventPanel.qml @@ -90,7 +90,7 @@ Item { radius: Appearance.rounding.small color: Appearance.colors.colLayer2 border.width: 1 - border.color: Appearance.colors.colLayer1Inactive + border.color: Appearance.colors.colLayer1Active property bool expanded: false diff --git a/surfaces/quickshell/modules/souveraine/windowSheet/SheetButton.qml b/surfaces/quickshell/modules/souveraine/windowSheet/SheetButton.qml index cd660df..95ac209 100644 --- a/surfaces/quickshell/modules/souveraine/windowSheet/SheetButton.qml +++ b/surfaces/quickshell/modules/souveraine/windowSheet/SheetButton.qml @@ -48,8 +48,6 @@ Item { // `colLayer1Active`, not `colLayer1Inactive` — the latter does not // exist in Appearance and resolves to undefined, which Qt reports as // "Unable to assign [undefined] to QColor" and then draws borderless. - // SubconsciousEventPanel.qml has the same typo and has been warning - // quietly ever since. border.color: Appearance.colors.colLayer1Active scale: area.pressed ? 0.94 : 1.0