mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 05:05:19 +00:00
Lowercase image preview buttons
This commit is contained in:
@@ -2272,7 +2272,7 @@ struct ImagePreviewView: View {
|
|||||||
Spacer()
|
Spacer()
|
||||||
HStack {
|
HStack {
|
||||||
Button(action: { dismiss() }) {
|
Button(action: { dismiss() }) {
|
||||||
Text("Close")
|
Text("close")
|
||||||
.font(.bitchatSystem(size: 15, weight: .semibold))
|
.font(.bitchatSystem(size: 15, weight: .semibold))
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
.padding(.horizontal, 16)
|
.padding(.horizontal, 16)
|
||||||
@@ -2281,7 +2281,7 @@ struct ImagePreviewView: View {
|
|||||||
}
|
}
|
||||||
Spacer()
|
Spacer()
|
||||||
Button(action: saveCopy) {
|
Button(action: saveCopy) {
|
||||||
Text("Save")
|
Text("save")
|
||||||
.font(.bitchatSystem(size: 15, weight: .semibold))
|
.font(.bitchatSystem(size: 15, weight: .semibold))
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
.padding(.horizontal, 16)
|
.padding(.horizontal, 16)
|
||||||
|
|||||||
Reference in New Issue
Block a user