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

Change icon for bolus confirmation from downward arrow to rotating crown

dnzxy пре 2 година
родитељ
комит
5be4e5b64d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      FreeAPSWatch WatchKit Extension/Views/BolusConfirmationView.swift

+ 2 - 2
FreeAPSWatch WatchKit Extension/Views/BolusConfirmationView.swift

@@ -40,7 +40,7 @@ struct BolusConfirmationView: View {
                     if isCrownLeftOriented {
                     if isCrownLeftOriented {
                         Spacer().frame(width: elementSize / 2)
                         Spacer().frame(width: elementSize / 2)
                     } else {
                     } else {
-                        Image(systemName: "arrow.down")
+                        Image(systemName: "digitalcrown.arrow.counterclockwise.fill")
                             .resizable()
                             .resizable()
                             .frame(width: elementSize / 2, height: elementSize / 2)
                             .frame(width: elementSize / 2, height: elementSize / 2)
                             .foregroundColor(.primary)
                             .foregroundColor(.primary)
@@ -51,7 +51,7 @@ struct BolusConfirmationView: View {
             .padding()
             .padding()
             HStack(spacing: 16) {
             HStack(spacing: 16) {
                 if isCrownLeftOriented {
                 if isCrownLeftOriented {
-                    Image(systemName: "arrow.down")
+                    Image(systemName: "digitalcrown.arrow.counterclockwise.fill")
                         .resizable()
                         .resizable()
                         .frame(width: elementSize / 2, height: elementSize / 2)
                         .frame(width: elementSize / 2, height: elementSize / 2)
                         .foregroundColor(.primary)
                         .foregroundColor(.primary)