Changed default background color

This commit is contained in:
Digital Artifex
2026-08-19 16:55:40 -04:00
parent 6e94484fac
commit 97c9ba30f0
+1 -1
View File
@@ -6,7 +6,7 @@ import KomplexHub
Item { Item {
property string title: qsTr("Warning") property string title: qsTr("Warning")
property string description: qsTr("Kero noticed there might be an issue") property string description: qsTr("Kero noticed there might be an issue")
property color color: palette.window property color color: "transparent"
id: keroWarningAvatarRoot id: keroWarningAvatarRoot