diff --git a/WithSuhyeon-iOS/WithSuhyeon-iOS/Core/DesignSystem/Component/WithSuhyeonSmallChip.swift b/WithSuhyeon-iOS/WithSuhyeon-iOS/Core/DesignSystem/Component/WithSuhyeonSmallChip.swift index 6a8063d..8b2f1f4 100644 --- a/WithSuhyeon-iOS/WithSuhyeon-iOS/Core/DesignSystem/Component/WithSuhyeonSmallChip.swift +++ b/WithSuhyeon-iOS/WithSuhyeon-iOS/Core/DesignSystem/Component/WithSuhyeonSmallChip.swift @@ -47,7 +47,7 @@ struct WithSuhyeonSmallChip: View { } } -struct ChipTestView: View { +struct SmallChipTestView: View { @State private var firstChipState: WithSuhyeonChipState = .unselected @State private var secondChipState: WithSuhyeonChipState = .selected @@ -78,5 +78,5 @@ struct ChipTestView: View { } #Preview { - ChipTestView() + SmallChipTestView() }