Skip to content

Commit

Permalink
[FIX]#155 : 쪽지 하단 영역 높이 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Sep 18, 2024
1 parent baaa42a commit 191828f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ fun MessageEditScreen(
}
}

Spacer(modifier = Modifier.height(68.dp))
// 버튼과 버튼 외부 패딩만큼 높이를 추가한다.
Spacer(modifier = Modifier.height(82.dp))
}

Box(modifier = Modifier.fillMaxSize(), contentAlignment = Alignment.BottomCenter) {
Expand Down

0 comments on commit 191828f

Please sign in to comment.