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

Increase bottom padding of updatedLabel in LA

Mike Plante пре 2 година
родитељ
комит
5e7d8b0050
1 измењених фајлова са 1 додато и 1 уклоњено
  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()