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