Skip to content

Commit

Permalink
#66 Fix : 탈퇴 이유 선택 폰트 bodyB1 -> bodyM1 으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
DongChyeon committed Mar 10, 2024
1 parent 2d7c15c commit 4942956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fun MyPageReasonSelectBottomSheet(
Text(
text = reason,
color = WineyTheme.colors.gray_50,
style = WineyTheme.typography.bodyB1,
style = WineyTheme.typography.bodyM1,
modifier = Modifier
.fillMaxWidth()
.clickable { onSelect(reason) }
Expand Down

0 comments on commit 4942956

Please sign in to comment.