From dc3d193b55d1881c997bccd3914d1c5ef9d5c8ca Mon Sep 17 00:00:00 2001 From: Raz Date: Wed, 18 Dec 2024 18:56:48 +0100 Subject: [PATCH] addcorner radius --- PadelClub/Views/Components/RowButtonView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/PadelClub/Views/Components/RowButtonView.swift b/PadelClub/Views/Components/RowButtonView.swift index 6f741ed..1a38101 100644 --- a/PadelClub/Views/Components/RowButtonView.swift +++ b/PadelClub/Views/Components/RowButtonView.swift @@ -79,6 +79,7 @@ struct RowButtonView: View { if isLoading { ZStack { Color.master + .cornerRadius(20) ProgressView() .tint(.white) }