From 6da37e2156907c5cf40ccaca9e8210a78cdbc5c9 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Tue, 19 Mar 2024 11:59:44 +0100 Subject: [PATCH] Use static cursor color (#1253) --- .../Scene/ComposeContent/Attachment/AttachmentView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/MastodonSDK/Sources/MastodonUI/Scene/ComposeContent/Attachment/AttachmentView.swift b/MastodonSDK/Sources/MastodonUI/Scene/ComposeContent/Attachment/AttachmentView.swift index ee3487a4f..deaa4e5e7 100644 --- a/MastodonSDK/Sources/MastodonUI/Scene/ComposeContent/Attachment/AttachmentView.swift +++ b/MastodonSDK/Sources/MastodonUI/Scene/ComposeContent/Attachment/AttachmentView.swift @@ -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) {