Просмотр исходного кода

Change 'Note' label for SF Symbol

Deniz Cengiz 1 год назад
Родитель
Сommit
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 {
                             HStack {
-                                Text("Note").foregroundColor(.secondary)
+                                Image(systemName: "square.and.pencil").foregroundColor(.secondary)
                                 TextFieldWithToolBarString(text: $state.note, placeholder: "", maxLength: 25)
                                 TextFieldWithToolBarString(text: $state.note, placeholder: "", maxLength: 25)
                             }
                             }
                         }.listRowBackground(Color.chart)
                         }.listRowBackground(Color.chart)