Skip to content

Commit 340cb25

Browse files
committed
홈 화면 텍스트 수정
1 parent 4287f36 commit 340cb25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feature/home/src/main/java/com/plottwist/feature/home/component/GatheringsCard.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ fun GatheringItem(
152152
) {
153153
Text(
154154
text = stringResource(R.string.home_last_alarm),
155-
style = TukPretendardTypography.body14R,
155+
style = TukPretendardTypography.body12R,
156156
color = Gray800
157157
)
158158

159159
Text(
160160
text = lastAlarm,
161-
style = TukPretendardTypography.body14R,
161+
style = TukPretendardTypography.body12R,
162162
color = Gray800
163163
)
164164
}

0 commit comments

Comments
 (0)