Sfoglia il codice sorgente

Increase bottom padding of updatedLabel in LA

Mike Plante 2 anni fa
parent
commit
5e7d8b0050
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      LiveActivity/LiveActivity.swift

+ 1 - 1
LiveActivity/LiveActivity.swift

@@ -233,7 +233,7 @@ struct LiveActivity: Widget {
                             }.frame(width: 130, height: 130)
                         }.scaleEffect(0.85).offset(y: 18)
                         mealLabel(context: context).padding(.bottom, 8)
-                        updatedLabel(context: context).font(.caption).padding(.bottom, 50)
+                        updatedLabel(context: context).font(.caption).padding(.bottom, 70)
                     }
                 }
                 .privacySensitive()