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"