Skip to content

Commit

Permalink
fix: 회원가입 화면 text 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eunseo0105 committed Aug 19, 2024
1 parent ad204a3 commit b58912b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ fun SignUpTitleView(modifier: Modifier = Modifier, subTitleState: Boolean) {
horizontalAlignment = Alignment.Start
) {
Text(
text = "회원가입을 진행해주세요",
text = "대학정보를 알려주세요!",
style = Heading2,
color = Black
)
Text(
modifier = Modifier.padding(top= 8.dp),
text = "아래 항목들을 정확히 채워주세요",
text = "학교 이름과 학년을 선택해주세요.",
style = Body3,
color = if (!subTitleState) Gray06.copy(alpha = 0.4f) else Gray06

Expand Down

0 comments on commit b58912b

Please sign in to comment.