You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: presentation/src/main/java/com/threegap/bitnagil/presentation/emotion/component/template/EmotionRecommendRoutineScreen.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,17 +44,17 @@ fun EmotionRecommendRoutineScreen(
44
44
Spacer(modifier =Modifier.height(54.dp))
45
45
46
46
Text(
47
-
text ="오늘 감정에 따른\n루틴을 추천드릴게요!",
48
-
color =BitnagilTheme.colors.navy500,
47
+
text ="오늘의 감정에 맞는 루틴을 준비했어요!",
48
+
color =BitnagilTheme.colors.coolGray10,
49
49
style =BitnagilTheme.typography.title2Bold,
50
50
)
51
51
52
52
Spacer(modifier =Modifier.height(10.dp))
53
53
54
54
Text(
55
-
text ="오늘 당신의 감정 상태에 맞춰 구성된 맞춤 루틴이에요.\n원하는 루틴을 선택해서 가볍게 시작해보세요.",
55
+
text ="오늘의 감정에 맞춰 준비된 맞춤 루틴이에요.\n원하는 루틴을 골라 가볍게 시작해 보세요.",
0 commit comments