mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 10:05:20 +00:00
UI: rename AppInfoView toolbar button to 'close' for consistency
This commit is contained in:
@@ -86,7 +86,7 @@ struct AppInfoView: View {
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .navigationBarTrailing) {
|
||||
Button("DONE") {
|
||||
Button("close") {
|
||||
dismiss()
|
||||
}
|
||||
.foregroundColor(textColor)
|
||||
|
||||
Reference in New Issue
Block a user