Skip to content

Commit

Permalink
Merge pull request #35 from Nexters/feature/fix-setting-inquiry-font
Browse files Browse the repository at this point in the history
설정화면 이메일 폰트 사이즈 수정
  • Loading branch information
eshc123 authored Aug 17, 2024
2 parents f677727 + 5ee2373 commit 3399ee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ fun SettingScreen(
subContent = {
Text(
text = stringResource(id = R.string.inquiry_email),
style = MissionMateTypography.body_xl_regular,
style = MissionMateTypography.body_md_regular,
color = ColorGray1_FF404249
)
}
Expand Down

0 comments on commit 3399ee2

Please sign in to comment.