Fix fallback image if dark theme is used

When using a dark theme, the RSS icon will appear in (nearly) white on a
white background.  Let's fix the icon colour to black to always get the
same fallback image.
This commit is contained in:
Bart De Vries 2021-06-02 20:49:15 +02:00
parent b48270a637
commit 7a19e8f288
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ Item {
Kirigami.Icon {
anchors.fill: parent
source: "rss"
isMask: true
color: "black"
}
}
}