Browse Source

coding

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

+ 1 - 0
Widget/Dashboard/DashboardWidgetView.swift

@@ -139,6 +139,7 @@ struct DashboardWidgetView: View {
                     Text(entry.footerText)
                         .font(.caption2)
                         .padding(.trailing, 13.0)
+                        .foregroundColor(entry.isPlaceholder ? placeholderColor : brandColor)
                 }
                 .frame(maxWidth: geo.size.width - 5, maxHeight: geo.size.height - 2, alignment: .bottomTrailing)
             }