mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-15 07:06:11 +00:00
Lowercase image preview buttons
This commit is contained in:
parent
5cafa4d5b4
commit
c55c19e738
@ -2215,7 +2215,7 @@ struct ImagePreviewView: View {
|
||||
Spacer()
|
||||
HStack {
|
||||
Button(action: { dismiss() }) {
|
||||
Text("Close")
|
||||
Text("close")
|
||||
.font(.bitchatSystem(size: 15, weight: .semibold))
|
||||
.foregroundColor(.white)
|
||||
.padding(.horizontal, 16)
|
||||
@ -2224,7 +2224,7 @@ struct ImagePreviewView: View {
|
||||
}
|
||||
Spacer()
|
||||
Button(action: saveCopy) {
|
||||
Text("Save")
|
||||
Text("save")
|
||||
.font(.bitchatSystem(size: 15, weight: .semibold))
|
||||
.foregroundColor(.white)
|
||||
.padding(.horizontal, 16)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user