Skip to content

Commit b2f61e4

Browse files
authored
[MERGE] #350 -> develop
[FIX/#350] ์ง๋ฌด ํ•„ํ„ฐ๋ง ๋ฒ„ํŠผ ๊ธฐ๊ธฐ๋Œ€์‘ ์˜ค๋ฅ˜ ์ˆ˜์ •
2 parents 6c04248 + e27e812 commit b2f61e4

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)