Remove 'back' text from PM view, keep only chevron

This commit is contained in:
jack
2025-07-31 12:43:28 +02:00
parent 2a081f65fc
commit f953c50565
2 changed files with 5 additions and 7 deletions
+3 -7
View File
@@ -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")