ios: remove accent color on chat info views navigation links (#1382)

This commit is contained in:
JRoberts
2022-11-17 20:53:02 +04:00
committed by GitHub
parent 38b28f866c
commit a9c2a7dcaa
2 changed files with 0 additions and 4 deletions

View File

@@ -207,7 +207,6 @@ struct ChatInfoView: View {
.navigationBarTitleDisplayMode(.large)
} label: {
Label("Contact preferences", systemImage: "switch.2")
.foregroundColor(.accentColor)
}
}

View File

@@ -197,7 +197,6 @@ struct GroupChatInfoView: View {
.navigationBarTitleDisplayMode(.large)
} label: {
Label("Group link", systemImage: "link")
.foregroundColor(.accentColor)
}
}
@@ -212,7 +211,6 @@ struct GroupChatInfoView: View {
.navigationBarTitleDisplayMode(.large)
} label: {
Label("Group preferences", systemImage: "switch.2")
.foregroundColor(.accentColor)
}
}
@@ -226,7 +224,6 @@ struct GroupChatInfoView: View {
.navigationBarTitleDisplayMode(.large)
} label: {
Label("Edit group profile", systemImage: "pencil")
.foregroundColor(.accentColor)
}
}