Jelajahi Sumber

Change 'Note' label for SF Symbol

Deniz Cengiz 1 tahun lalu
induk
melakukan
f31bfb7778
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)