diff --git a/Packages/Status/Sources/Status/Editor/Components/StatusEditorAccessoryView.swift b/Packages/Status/Sources/Status/Editor/Components/StatusEditorAccessoryView.swift index 2862e5cb..9e2a3372 100644 --- a/Packages/Status/Sources/Status/Editor/Components/StatusEditorAccessoryView.swift +++ b/Packages/Status/Sources/Status/Editor/Components/StatusEditorAccessoryView.swift @@ -278,6 +278,7 @@ struct StatusEditorAccessoryView: View { } label: { Text(draft) .lineLimit(3) + .foregroundStyle(theme.labelColor) }.listRowBackground(theme.primaryBackgroundColor) } .onDelete { indexes in