Skip to content

Commit d69bd15

Browse files
committed
FIX: 감정구슬 추천 루틴 화면에서 일부 문구 및 글자 색상 수정
1 parent 6aa82ac commit d69bd15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

presentation/src/main/java/com/threegap/bitnagil/presentation/emotion/component/template/EmotionRecommendRoutineScreen.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ fun EmotionRecommendRoutineScreen(
4444
Spacer(modifier = Modifier.height(54.dp))
4545

4646
Text(
47-
text = "오늘 감정에 따른\n루틴을 추천드릴게요!",
48-
color = BitnagilTheme.colors.navy500,
47+
text = "오늘의 감정에 맞는 루틴을 준비했어요!",
48+
color = BitnagilTheme.colors.coolGray10,
4949
style = BitnagilTheme.typography.title2Bold,
5050
)
5151

5252
Spacer(modifier = Modifier.height(10.dp))
5353

5454
Text(
55-
text = "오늘 당신의 감정 상태에 맞춰 구성된 맞춤 루틴이에요.\n원하는 루틴을 선택해서 가볍게 시작해보세요.",
55+
text = "오늘의 감정에 맞춰 준비된 맞춤 루틴이에요.\n원하는 루틴을 골라 가볍게 시작해 보세요.",
5656
color = BitnagilTheme.colors.coolGray50,
57-
style = BitnagilTheme.typography.body2Medium,
57+
style = BitnagilTheme.typography.body1Medium,
5858
)
5959

6060
Spacer(modifier = Modifier.height(28.dp))

0 commit comments

Comments
 (0)