Skip to content

Commit

Permalink
feat PingPongDetailView SegmentControlButton 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhyungyu committed Oct 16, 2024
1 parent 60a00e5 commit 6a853f1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6a853f1

Please sign in to comment.