addcorner radius

online_reg
Raz 11 months ago
parent 242acffe22
commit dc3d193b55
  1. 1
      PadelClub/Views/Components/RowButtonView.swift

@ -79,6 +79,7 @@ struct RowButtonView: View {
if isLoading {
ZStack {
Color.master
.cornerRadius(20)
ProgressView()
.tint(.white)
}

Loading…
Cancel
Save