From 97c9ba30f0acf8e0e72cf29b449e9e3428ca7179 Mon Sep 17 00:00:00 2001 From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:55:40 -0400 Subject: [PATCH] Changed default background color --- KomplexHubModule/Kero/KeroWarningAvatar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KomplexHubModule/Kero/KeroWarningAvatar.qml b/KomplexHubModule/Kero/KeroWarningAvatar.qml index 38502be..c250060 100644 --- a/KomplexHubModule/Kero/KeroWarningAvatar.qml +++ b/KomplexHubModule/Kero/KeroWarningAvatar.qml @@ -6,7 +6,7 @@ import KomplexHub Item { property string title: qsTr("Warning") property string description: qsTr("Kero noticed there might be an issue") - property color color: palette.window + property color color: "transparent" id: keroWarningAvatarRoot