1
Fork 0

Make reblog text gray

This commit is contained in:
redstrate 2020-06-03 23:20:15 -04:00
parent 2d9178ad07
commit e217fc6215

View file

@ -25,7 +25,7 @@ struct PostView: View {
VStack(alignment: .leading) {
if post.isReblogged() {
Text("Reblogged from " + post.originalUsername!)
Text(post.username + " reblogged from " + post.originalUsername!).foregroundColor(.gray)
}
if post.getTitle() != nil {