Browse Source

Color fix

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
05fa12144b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Widget/Dashboard/DashboardWidgetView.swift

+ 1 - 1
Widget/Dashboard/DashboardWidgetView.swift

@@ -37,6 +37,7 @@ struct DashboardWidgetView: View {
                 HStack() {
                     
                     Image(uiImage: entry.titleImage)
+                        .renderingMode(.template)
                         .resizable()
                         .scaledToFill()
                         .frame(width: 20, height: 20)
@@ -85,7 +86,6 @@ struct DashboardWidgetView: View {
                                                 .resizable()
                                                 .scaledToFill()
                                                 .frame(width: 25, height: 25)
-                                                .foregroundColor(Color(.label))
                                                 .clipped()
                                                 .cornerRadius(5)
                                         }