Notes sheet: color #abcd suffix as darker green via opacity (match chat)

This commit is contained in:
jack
2025-09-13 22:51:36 +02:00
parent 08782f0196
commit 03b70e2c2f
+1 -1
View File
@@ -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))