This commit is contained in:
spaced4ndy
2026-07-07 14:58:11 +04:00
parent 0f1c3087cb
commit 7af0f00eac
@@ -253,7 +253,7 @@ struct SendMessageView: View {
Label {
Text("Sign message")
} icon: {
Text(Image("signature.plain")).fontWeight(.ultraLight)
Image("signature.plain").font(.body.weight(.ultraLight))
}
}
}