From d428baa9169ca1b56f49879119e5d20e2e2e9bc8 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 7 Apr 2023 21:27:25 +0800 Subject: [PATCH] Remove old note icon --- .../Sources/Views/Article/HighlightAnnotationSheet.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()