From bbe8ffd0e577275c567c4336df1399813d0e50af Mon Sep 17 00:00:00 2001 From: uncor3 Date: Thu, 14 May 2026 18:38:55 +0000 Subject: [PATCH] fix iconloader bg color --- src/ui/IconLoader.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/IconLoader.qml b/src/ui/IconLoader.qml index 1dfc328..97eb077 100644 --- a/src/ui/IconLoader.qml +++ b/src/ui/IconLoader.qml @@ -10,6 +10,7 @@ Rectangle { clip : true Layout.preferredWidth: 48 Layout.preferredHeight: 48 + color: "transparent" // FIXME: hardcoded readonly property color shimmerBase: "#e5e7eb"