diff --git a/src/qml/ImageWithFallback.qml b/src/qml/ImageWithFallback.qml index e4d0bdf9..01333f8d 100644 --- a/src/qml/ImageWithFallback.qml +++ b/src/qml/ImageWithFallback.qml @@ -67,6 +67,8 @@ Item { Kirigami.Icon { anchors.fill: parent source: "rss" + isMask: true + color: "black" } } }