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 { if isLoading {
ZStack { ZStack {
Color.master Color.master
.cornerRadius(20)
ProgressView() ProgressView()
.tint(.white) .tint(.white)
} }

Loading…
Cancel
Save