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 {