WIP
This commit is contained in:
@@ -24,10 +24,9 @@ struct PlanWorkoutView: View {
|
||||
.foregroundColor(Color.accentColor)
|
||||
.padding()
|
||||
.animation(.spring(), value: selectedDate)
|
||||
.frame(width: 500)
|
||||
|
||||
Divider().frame(height: 1)
|
||||
|
||||
|
||||
DatePicker("Select Date", selection: $selectedDate, displayedComponents: [.date])
|
||||
.padding(.horizontal)
|
||||
.datePickerStyle(.graphical)
|
||||
|
||||
Reference in New Issue
Block a user