Remove old note icon

This commit is contained in:
Jackson Harper
2023-04-07 21:27:25 +08:00
parent 19138bf685
commit d428baa916

View File

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