|
@@ -102,10 +102,11 @@ struct ToolbarWidgetView: View {
|
|
|
|
|
|
Text(entry.footerText)
|
|
|
.font(.caption2)
|
|
|
+ .foregroundColor(Color(NCBrandColor.shared.brand))
|
|
|
.padding(.trailing, 13.0)
|
|
|
}
|
|
|
.frame(maxWidth: geo.size.width - 5, maxHeight: geo.size.height - 2, alignment: .bottomTrailing)
|
|
|
- }.background(ContainerRelativeShape().fill(Color(.sRGB, red: 0.89, green: 0.89, blue: 0.89, opacity: 0.75)))
|
|
|
+ }.background(ContainerRelativeShape().fill(Color(.black)))
|
|
|
}
|
|
|
}
|
|
|
}
|