Skip to content

Commit 4c9f87f

Browse files
committed
[FIX/#350] 직무 필터링 버튼 좌우 패딩 삭제
1 parent 1122784 commit 4c9f87f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

feature/home/src/main/java/com/terning/feature/home/component/bottomsheet/JobFilteringScreen.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ private fun JobTypeItem(
8080
.noRippleClickable { onButtonClick(jobType) }
8181
.padding(
8282
top = 31.dp,
83-
bottom = 33.dp,
84-
start = 27.dp,
85-
end = 26.dp
83+
bottom = 33.dp
8684
),
8785
) {
8886
Icon(

0 commit comments

Comments
 (0)