Lowercase image preview buttons

This commit is contained in:
jack
2025-10-15 17:37:19 +01:00
committed by islam
parent b404d48ba6
commit 1d40950118
+2 -2
View File
@@ -2272,7 +2272,7 @@ struct ImagePreviewView: View {
Spacer()
HStack {
Button(action: { dismiss() }) {
Text("Close")
Text("close")
.font(.bitchatSystem(size: 15, weight: .semibold))
.foregroundColor(.white)
.padding(.horizontal, 16)
@@ -2281,7 +2281,7 @@ struct ImagePreviewView: View {
}
Spacer()
Button(action: saveCopy) {
Text("Save")
Text("save")
.font(.bitchatSystem(size: 15, weight: .semibold))
.foregroundColor(.white)
.padding(.horizontal, 16)