diff --git a/presentation/src/main/java/daily/dayo/presentation/view/Comment.kt b/presentation/src/main/java/daily/dayo/presentation/view/Comment.kt index 98766de6..5eef5027 100644 --- a/presentation/src/main/java/daily/dayo/presentation/view/Comment.kt +++ b/presentation/src/main/java/daily/dayo/presentation/view/Comment.kt @@ -115,12 +115,13 @@ fun CommentListView( Text( text = stringResource(id = R.string.post_comment_empty), - style = DayoTheme.typography.b3.copy(Gray3_9FA5AE), + style = DayoTheme.typography.b5.copy(Gray2_767B83), modifier = Modifier.padding(top = 12.dp, bottom = 2.dp) ) + Spacer(Modifier.height(2.dp)) Text( text = stringResource(id = R.string.post_comment_empty_description), - style = DayoTheme.typography.caption1.copy(Gray4_C5CAD2) + style = DayoTheme.typography.caption4.copy(Gray3_9FA5AE) ) } } else { diff --git a/presentation/src/main/res/values/strings.xml b/presentation/src/main/res/values/strings.xml index 71e4e053..3feac48d 100644 --- a/presentation/src/main/res/values/strings.xml +++ b/presentation/src/main/res/values/strings.xml @@ -135,7 +135,7 @@ 개의 댓글 더보기 아직 댓글이 없어요 - 이 게시글에 대해 댓글을 남겨주세요 + 첫번째 댓글을 남겨보세요 게시물 수정 게시물 삭제 이 게시글을 정말 삭제할까요?