From 585cb9cf9fc8cffbb16830f119fbcca3848c6ac7 Mon Sep 17 00:00:00 2001 From: Raz Date: Mon, 21 Oct 2024 08:28:22 +0200 Subject: [PATCH] fix follow up matches view picker size --- PadelClub/Views/Score/FollowUpMatchView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/PadelClub/Views/Score/FollowUpMatchView.swift b/PadelClub/Views/Score/FollowUpMatchView.swift index 5eea9a2..3ae74cc 100644 --- a/PadelClub/Views/Score/FollowUpMatchView.swift +++ b/PadelClub/Views/Score/FollowUpMatchView.swift @@ -177,7 +177,6 @@ struct FollowUpMatchView: View { } .labelsHidden() .pickerStyle(.segmented) - .fixedSize() } .headerProminence(.increased) .textCase(nil)