mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Remove foregroundColor from PostCell's createdDate
This commit is contained in:
parent
5c448e47d8
commit
bb6a9f3af5
@ -15,7 +15,6 @@ struct PostCell: View {
|
||||
.lineLimit(1)
|
||||
Text(buildDateString(from: post.createdDate))
|
||||
.font(.caption)
|
||||
.foregroundColor(.secondary)
|
||||
.lineLimit(1)
|
||||
}
|
||||
Spacer()
|
||||
|
Loading…
Reference in New Issue
Block a user