mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-10 16:31:48 +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(.light)), resolved)
|
||||
r = r + colored(Text(Image("signature.plain")).font(.caption.weight(.ultraLight)), resolved)
|
||||
space = textSpace
|
||||
}
|
||||
if showTimesamp {
|
||||
|
||||
@@ -168,7 +168,7 @@ struct ChatItemInfoView: View {
|
||||
Label {
|
||||
Text(signedText)
|
||||
} icon: {
|
||||
Text(Image("signature.plain")).fontWeight(.light).foregroundColor(.secondary)
|
||||
Text(Image("signature.plain")).fontWeight(.ultraLight).foregroundColor(.secondary)
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
|
||||
@@ -253,7 +253,7 @@ struct SendMessageView: View {
|
||||
Label {
|
||||
Text("Sign message")
|
||||
} icon: {
|
||||
Text(Image("signature.plain")).fontWeight(.light)
|
||||
Text(Image("signature.plain")).fontWeight(.ultraLight)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user