mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Add .foregroundColor to a button on a header of a section
This commit is contained in:
parent
d47e545518
commit
f6f4155648
1 changed files with 1 additions and 0 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue