mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 12:04:11 +00:00
wip
This commit is contained in:
@@ -148,7 +148,7 @@ func ciMetaText(
|
||||
space = textSpace
|
||||
}
|
||||
if meta.msgSigned == .verified {
|
||||
r = r + colored(Text(Image("signature.plain")).font(.caption.weight(.ultraLight)), resolved)
|
||||
r = r + colored(Text(Image("signature.plain")), resolved)
|
||||
space = textSpace
|
||||
}
|
||||
if showTimesamp {
|
||||
|
||||
@@ -168,7 +168,7 @@ struct ChatItemInfoView: View {
|
||||
Label {
|
||||
Text(signedText)
|
||||
} icon: {
|
||||
Text(Image("signature.plain")).fontWeight(.ultraLight).foregroundColor(.secondary)
|
||||
Text(Image("signature.plain")).foregroundColor(.secondary)
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
|
||||
@@ -250,11 +250,7 @@ struct SendMessageView: View {
|
||||
Button {
|
||||
startSignedMessage()
|
||||
} label: {
|
||||
Label {
|
||||
Text("Sign message")
|
||||
} icon: {
|
||||
Image("signature.plain").font(.body.weight(.ultraLight))
|
||||
}
|
||||
Label("Sign message", image: "signature.plain")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user