Explorar o código

Change 'Note' label for SF Symbol

Deniz Cengiz hai 1 ano
pai
achega
f31bfb7778
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      FreeAPS/Sources/Modules/Bolus/View/BolusRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/Bolus/View/BolusRootView.swift

@@ -202,7 +202,7 @@ extension Bolus {
                                 }
                             }
                             HStack {
-                                Text("Note").foregroundColor(.secondary)
+                                Image(systemName: "square.and.pencil").foregroundColor(.secondary)
                                 TextFieldWithToolBarString(text: $state.note, placeholder: "", maxLength: 25)
                             }
                         }.listRowBackground(Color.chart)