mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-27 07:05: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 {
|
if !parts.1.isEmpty {
|
||||||
Text(parts.1)
|
Text(parts.1)
|
||||||
.font(.system(size: 12, weight: .semibold, design: .monospaced))
|
.font(.system(size: 12, weight: .semibold, design: .monospaced))
|
||||||
.foregroundColor(darkerTextColor)
|
.foregroundColor(textColor.opacity(0.6))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Text(timestampText(for: note.createdAt))
|
Text(timestampText(for: note.createdAt))
|
||||||
|
|||||||
Reference in New Issue
Block a user