mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-19 12:10:31 +01:00
Use static cursor color (#1253)
This commit is contained in:
parent
13cc2bdbec
commit
6da37e2156
@ -58,6 +58,7 @@ public struct AttachmentView: View {
|
||||
.lineLimit(1)
|
||||
.textFieldStyle(.plain)
|
||||
.font(.footnote)
|
||||
.tint(Color(UIColor.white.withAlphaComponent(0.8)))
|
||||
.foregroundColor(Color(UIColor.white.withAlphaComponent(0.8)))
|
||||
.padding(EdgeInsets(top: 0, leading: 8, bottom: 0, trailing: 4))
|
||||
.placeholder(when: viewModel.caption.isEmpty) {
|
||||
|
Loading…
Reference in New Issue
Block a user