mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-29 07:27:16 +00:00
Notes sheet: color #abcd suffix as darker green via opacity (match chat)
This commit is contained in:
parent
08782f0196
commit
03b70e2c2f
@ -109,7 +109,7 @@ struct LocationNotesView: View {
|
||||
if !parts.1.isEmpty {
|
||||
Text(parts.1)
|
||||
.font(.system(size: 12, weight: .semibold, design: .monospaced))
|
||||
.foregroundColor(darkerTextColor)
|
||||
.foregroundColor(textColor.opacity(0.6))
|
||||
}
|
||||
}
|
||||
Text(timestampText(for: note.createdAt))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user