mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Better placeholder text
This commit is contained in:
parent
3ee5cc3265
commit
9665cfdb76
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ struct HighlightsListCard: View {
|
|||
let isEmpty = highlightParams.annotation.isEmpty
|
||||
Spacer(minLength: 6)
|
||||
|
||||
Text(isEmpty ? "Add Notes" : highlightParams.annotation)
|
||||
Text(isEmpty ? "Add Notes..." : highlightParams.annotation)
|
||||
.lineSpacing(6)
|
||||
.accentColor(.appGraySolid)
|
||||
.foregroundColor(isEmpty ? .appGrayText : .appGrayTextContrast)
|
||||
|
|
|
|||
Loading…
Reference in a new issue