Skip to content

Commit

Permalink
[FIX/#48] 카테고리들 위에 패딩값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jangsjw committed Nov 28, 2024
1 parent 4746cf8 commit f9de29d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ fun AllCategoryScreen(
modifier = modifier
) {
AllCategoryTopBar(onNavigateBack = onNavigateBack)
Spacer(modifier = Modifier.height(19.dp))
if (categories.value.isEmpty()) {
Box(
modifier = Modifier
Expand Down

0 comments on commit f9de29d

Please sign in to comment.