Skip to content

Commit cc798f2

Browse files
committed
[fix] 접근제어자 및 code style 수정
1 parent a001df4 commit cc798f2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Projects/Feature/FeatureCategorySetting/Sources/Sheet/PokitKeywordBottomSheet.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ import DSKit
1111
import Util
1212

1313
public struct PokitKeywordBottomSheet: View {
14-
@State private var height: CGFloat = 0
1514
@State
16-
var selectedKeywordType: BaseInterestType
15+
private var height: CGFloat = 0
16+
@State
17+
private var selectedKeywordType: BaseInterestType
1718
@State
1819
private var keywordSheetBottomButtonState: PokitButtonStyle.State = .disable
19-
let action: (BaseInterestType) -> Void
20+
private let action: (BaseInterestType) -> Void
2021

2122
public init(
2223
selectedKeywordType: BaseInterestType,

0 commit comments

Comments
 (0)