We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 048beae + bff799e commit 4473f00Copy full SHA for 4473f00
1 file changed
LoopFollow/Snoozer/SnoozerView.swift
@@ -142,11 +142,11 @@ struct SnoozerView: View {
142
143
Button(action: vm.snoozeTapped) {
144
Text(vm.snoozeUnits == 0 ? "Acknowledge" : "Snooze")
145
- .font(.title2).bold()
146
- .frame(maxWidth: .infinity, minHeight: 50)
147
- .background(Color.accentColor)
+ .font(.system(size: 30, weight: .bold))
+ .frame(maxWidth: .infinity, minHeight: 60)
+ .background(Color.orange)
148
.foregroundColor(.white)
149
- .cornerRadius(12)
+ .clipShape(Capsule())
150
}
151
.padding(.horizontal, 24)
152
.padding(.bottom, 20)
0 commit comments