Jelajahi Sumber

adjust minHeight to avoid tab bar, portrait, SE phone

marionbarker 1 tahun lalu
induk
melakukan
bff799e8ba
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      LoopFollow/Snoozer/SnoozerView.swift

+ 1 - 1
LoopFollow/Snoozer/SnoozerView.swift

@@ -143,7 +143,7 @@ struct SnoozerView: View {
                     Button(action: vm.snoozeTapped) {
                         Text(vm.snoozeUnits == 0 ? "Acknowledge" : "Snooze")
                             .font(.system(size: 30, weight: .bold))
-                            .frame(maxWidth: .infinity, minHeight: 80)
+                            .frame(maxWidth: .infinity, minHeight: 60)
                             .background(Color.orange)
                             .foregroundColor(.white)
                             .clipShape(Capsule())