Improve the done button visibility

main
Laurent 2 years ago
parent ce92eb58ec
commit ba24781ccf
  1. 6
      LeCountdown/Views/StartView.swift

@ -77,7 +77,11 @@ struct StartView: View {
.font(.title2).fontWeight(.semibold) .font(.title2).fontWeight(.semibold)
.padding() .padding()
.frame(maxWidth: .infinity) .frame(maxWidth: .infinity)
.background(.white) .foregroundColor(.white)
.background(Color.accentColor)
.cornerRadius(12.0)
.padding(.horizontal, 4.0)
} }
} }

Loading…
Cancel
Save