mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove old note icon
This commit is contained in:
parent
19138bf685
commit
d428baa916
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue