From 38de1cc204b23dbba2f7e76e8e0fffa3f28d9452 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Wed, 16 Jul 2025 07:01:03 +0300 Subject: [PATCH] profile patch --- Shared/Views/Tab/Profile/ProfileContentTabbedGrid.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Shared/Views/Tab/Profile/ProfileContentTabbedGrid.swift b/Shared/Views/Tab/Profile/ProfileContentTabbedGrid.swift index 94bf9a9..dc21a51 100644 --- a/Shared/Views/Tab/Profile/ProfileContentTabbedGrid.swift +++ b/Shared/Views/Tab/Profile/ProfileContentTabbedGrid.swift @@ -104,6 +104,7 @@ struct ProfileContentTabbedGrid: View { Rectangle() .frame(height: 2) .foregroundColor(.primary) + .padding(.horizontal) } .frame(maxWidth: .infinity) } @@ -120,6 +121,7 @@ struct ProfileContentTabbedGrid: View { Rectangle() .frame(height: 2) .foregroundColor(.clear) + .padding(.horizontal) } .frame(maxWidth: .infinity) } @@ -136,6 +138,7 @@ struct ProfileContentTabbedGrid: View { Rectangle() .frame(height: 2) .foregroundColor(selectedTabIndex == index ? .primary : .clear) + .padding(.horizontal) } .frame(maxWidth: .infinity) .onTapGesture {