mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-26 00:45:20 +00:00
Remove 'back' text from PM view, keep only chevron
This commit is contained in:
@@ -1031,13 +1031,9 @@ struct ContentView: View {
|
||||
viewModel.endPrivateChat()
|
||||
}
|
||||
}) {
|
||||
HStack(spacing: 4) {
|
||||
Image(systemName: "chevron.left")
|
||||
.font(.system(size: 12))
|
||||
Text("back")
|
||||
.font(.system(size: 14, design: .monospaced))
|
||||
}
|
||||
.foregroundColor(textColor)
|
||||
Image(systemName: "chevron.left")
|
||||
.font(.system(size: 12))
|
||||
.foregroundColor(textColor)
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
.accessibilityLabel("Back to main chat")
|
||||
|
||||
Reference in New Issue
Block a user