mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-06-07 14:28:50 +00:00
Fix draft label color
This commit is contained in:
parent
1b0ddf4fd9
commit
e6455304ac
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue