Fix icon in suggested profile reason popover not adjusting to dark mode

This commit is contained in:
Shadowfacts 2023-02-05 19:56:37 -05:00
parent afed69e43e
commit dac1e1fe3f
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ private struct SuggestionSourceView: View {
var body: some View {
VStack(alignment: .leading) {
HStack {
Image(uiImage: source.image)
Image(uiImage: source.image.withRenderingMode(.alwaysTemplate))
Text(source.title)
Spacer()
}