|
@@ -148,6 +148,7 @@ struct NextcloudWidgetView: View {
|
|
.scaledToFit()
|
|
.scaledToFit()
|
|
.frame(width: 15, height: 15)
|
|
.frame(width: 15, height: 15)
|
|
.foregroundColor(entry.isPlaceholder ? Color(white: 0.2) : Color(NCBrandColor.shared.brand))
|
|
.foregroundColor(entry.isPlaceholder ? Color(white: 0.2) : Color(NCBrandColor.shared.brand))
|
|
|
|
+
|
|
Text(entry.footerText)
|
|
Text(entry.footerText)
|
|
.font(.caption2)
|
|
.font(.caption2)
|
|
.padding(.trailing, 13.0)
|
|
.padding(.trailing, 13.0)
|