mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Make EditButton on DetailView blue
This commit is contained in:
parent
89bf37db18
commit
52f76f20a4
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ extension DetailView: View {
|
|||
case var .dnsOverTLS(configuration):
|
||||
Section(
|
||||
header: EditButton()
|
||||
.foregroundColor(.blue)
|
||||
.frame(maxWidth: .infinity, alignment: .trailing)
|
||||
.overlay(Text("Servers"), alignment: .leading),
|
||||
footer: Text("The DNS server IP addresses.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue