Skip to content

Commit

Permalink
feat: 희직님 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Aug 23, 2024
1 parent 9f9d5ee commit 4782af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,7 @@ private fun ContentViewWithoutAgencies(
onClick = onClickFeedbackItem
)
Column(
modifier = modifier
.fillMaxSize()
.align(Alignment.Center),
modifier = modifier.fillMaxSize(),
verticalArrangement = Arrangement.spacedBy(
space = 4.dp,
alignment = Alignment.CenterVertically
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fun MyMongFeedbackView(
Box(
modifier = modifier
.myMongRoundRectShadow()
.background(color = White, shape = RoundedCornerShape(12.dp))
.background(color = White, shape = RoundedCornerShape(16.dp))
) {
Row(
modifier = Modifier
Expand Down

0 comments on commit 4782af1

Please sign in to comment.