Skip to content

Commit

Permalink
fix : [취소 요청하기] 헤더 부분 텍스트 정렬 가운데로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed May 8, 2024
1 parent d2fbf7a commit 4d0d72c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ private fun Header(
) {
Row(
modifier = modifier.padding(horizontal = marginHorizontal, vertical = 20.dp),
verticalAlignment = Alignment.CenterVertically,
) {
AsyncImage(
modifier = Modifier
Expand Down

0 comments on commit 4d0d72c

Please sign in to comment.