Преглед изворни кода

Change 'Note' label for SF Symbol

Deniz Cengiz пре 1 година
родитељ
комит
f31bfb7778
1 измењених фајлова са 1 додато и 1 уклоњено
  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)