Better placeholder text

This commit is contained in:
Jackson Harper 2022-11-29 11:25:42 +08:00
parent 3ee5cc3265
commit 9665cfdb76

View file

@ -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)