Skip to content

Commit

Permalink
[REFACTOR] #125 : Main Bar 하단 마진 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Feb 16, 2024
1 parent 4db0093 commit 974b87d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fun WappLeftMainTopBar(
verticalArrangement = Arrangement.spacedBy(16.dp),
horizontalAlignment = Alignment.Start,
modifier = modifier
.padding(top = 40.dp, start = 24.dp, end = 24.dp, bottom = 20.dp)
.padding(top = 40.dp, start = 24.dp, end = 24.dp, bottom = 40.dp)
.fillMaxWidth()
.wrapContentHeight(),
) {
Expand Down Expand Up @@ -79,7 +79,7 @@ fun WappRightMainTopBar(
verticalArrangement = Arrangement.spacedBy(16.dp),
horizontalAlignment = Alignment.End,
modifier = modifier
.padding(top = 40.dp, start = 24.dp, end = 24.dp, bottom = 20.dp)
.padding(top = 40.dp, start = 24.dp, end = 24.dp, bottom = 40.dp)
.fillMaxWidth()
.wrapContentHeight(),
) {
Expand Down

0 comments on commit 974b87d

Please sign in to comment.