mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 10:11:00 +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: {
|
||||
Text(draft)
|
||||
.lineLimit(3)
|
||||
.foregroundStyle(theme.labelColor)
|
||||
}.listRowBackground(theme.primaryBackgroundColor)
|
||||
}
|
||||
.onDelete { indexes in
|
||||
|
|
Loading…
Reference in a new issue