Skip to content

Commit 0b72f8d

Browse files
committed
[feat] #211 카테고리 상세 - 키워드 버튼 디자인 수정
1 parent 16795e5 commit 0b72f8d

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

Projects/Feature/FeatureCategorySetting/Sources/PokitCategorySettingView.swift

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,20 @@ private extension PokitCategorySettingView {
239239
if store.isPublicType {
240240
VStack(alignment: .leading, spacing: 4) {
241241
Button(action: { send(.키워드_바텀시트_활성화(true)) }) {
242-
Text("포킷 키워드")
243-
.pokitFont(.b1(.b))
244-
.foregroundStyle(.pokit(.text(.primary)))
245-
246-
Spacer()
247-
248-
Image(.icon(.arrowRight))
242+
HStack {
243+
Text("포킷 키워드")
244+
.pokitFont(.b1(.b))
245+
.foregroundStyle(.pokit(.text(.primary)))
246+
247+
Spacer()
248+
249+
Image(.icon(.arrowRight))
250+
.resizable()
251+
.aspectRatio(contentMode: .fit)
252+
.frame(width: 24, height: 24)
253+
.foregroundStyle(.pokit(.icon(.primary)))
254+
}
255+
.contentShape(Rectangle())
249256
}
250257
.buttonStyle(.plain)
251258

0 commit comments

Comments
 (0)