Browse Source

Better post editor placeholder

post-button-style
Artyom Kazak 2 years ago
committed by William Casarin
parent
commit
969ec820c9
  1. 3
      damus/Views/PostView.swift

3
damus/Views/PostView.swift

@ -77,8 +77,9 @@ struct PostView: View {
if post.isEmpty {
Text(POST_PLACEHOLDER)
.padding(.top, 8)
.padding(.leading, 10)
.padding(.leading, 4)
.foregroundColor(Color(uiColor: .placeholderText))
.allowsHitTesting(false)
}
}
}

Loading…
Cancel
Save