Remove foregroundColor from PostCell's createdDate

This commit is contained in:
Angelo Stavrow 2020-08-07 09:39:05 -04:00
parent 5c448e47d8
commit bb6a9f3af5
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -15,7 +15,6 @@ struct PostCell: View {
.lineLimit(1)
Text(buildDateString(from: post.createdDate))
.font(.caption)
.foregroundColor(.secondary)
.lineLimit(1)
}
Spacer()