diff --git a/apple/OmnivoreKit/Sources/Views/Article/HighlightAnnotationSheet.swift b/apple/OmnivoreKit/Sources/Views/Article/HighlightAnnotationSheet.swift index 72ad26c2a..0371cf4d2 100644 --- a/apple/OmnivoreKit/Sources/Views/Article/HighlightAnnotationSheet.swift +++ b/apple/OmnivoreKit/Sources/Views/Article/HighlightAnnotationSheet.swift @@ -28,7 +28,7 @@ public struct HighlightAnnotationSheet: View { HStack { Button(LocalText.cancelGeneric, action: onCancel) Spacer() - Label("Note", systemImage: "note.text") + Text("Note").font(Font.system(size: 14, weight: .medium)) Spacer() Button(LocalText.genericSave) { onSave()