mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 01:45:20 +00:00
Notes sheet: color #abcd suffix as darker green via opacity (match chat)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user