fix(ios): label chat attachment button

This commit is contained in:
joshavant
2026-06-04 22:07:24 -05:00
parent ff83d4d164
commit 748881e0a8

View File

@@ -201,6 +201,7 @@ struct OpenClawChatComposer: View {
Image(systemName: "paperclip")
}
.help("Add Image")
.accessibilityLabel("Attachments")
.buttonStyle(.plain)
.controlSize(.small)
} else {
@@ -210,6 +211,7 @@ struct OpenClawChatComposer: View {
Image(systemName: "paperclip")
}
.help("Add Image")
.accessibilityLabel("Attachments")
.buttonStyle(.bordered)
.controlSize(.small)
}
@@ -219,6 +221,7 @@ struct OpenClawChatComposer: View {
Image(systemName: "paperclip")
}
.help("Add Image")
.accessibilityLabel("Attachments")
.buttonStyle(.plain)
.controlSize(.small)
.onChange(of: self.pickerItems) { _, newItems in
@@ -229,6 +232,7 @@ struct OpenClawChatComposer: View {
Image(systemName: "paperclip")
}
.help("Add Image")
.accessibilityLabel("Attachments")
.buttonStyle(.bordered)
.controlSize(.small)
.onChange(of: self.pickerItems) { _, newItems in