Fix draft label color

This commit is contained in:
Thomas Ricouard 2023-09-18 19:07:14 +02:00
parent 1b0ddf4fd9
commit e6455304ac

View file

@ -278,6 +278,7 @@ struct StatusEditorAccessoryView: View {
} label: { } label: {
Text(draft) Text(draft)
.lineLimit(3) .lineLimit(3)
.foregroundStyle(theme.labelColor)
}.listRowBackground(theme.primaryBackgroundColor) }.listRowBackground(theme.primaryBackgroundColor)
} }
.onDelete { indexes in .onDelete { indexes in