diff --git a/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/PingPongDetail/PingPongDetailView.swift b/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/PingPongDetail/PingPongDetailView.swift index 9da0026a..c75ac59a 100644 --- a/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/PingPongDetail/PingPongDetailView.swift +++ b/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/PingPongDetail/PingPongDetailView.swift @@ -63,8 +63,7 @@ private extension PingPongDetailView { var tabButtons: some View { HStack(spacing: .xs) { ForEach(PingPongDetailViewTabType.allCases, id: \.title, content: { tab in - OutlinedStyleButton( - .small(contentType: .text), + SegmentControlButton( title: tab.title, buttonType: .throttle, isSelected: store.selectedTab == tab,