Add .foregroundColor to a button on a header of a section

This commit is contained in:
Kenta Kubo 2020-12-18 02:09:20 +09:00
parent d47e545518
commit f6f4155648

View file

@ -94,6 +94,7 @@ extension DetailView: View {
case var .dnsOverHTTPS(configuration):
Section(
header: EditButton()
.foregroundColor(.accentColor)
.frame(maxWidth: .infinity, alignment: .trailing)
.overlay(Text("Servers"), alignment: .leading),
footer: Text("The DNS server IP addresses.")