Skip to content

Commit 14d5b7b

Browse files
committed
[ui]: 알림 페이지 QA 진행 (#55)
1 parent dd15818 commit 14d5b7b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

  • app/src/main/java/com/texthip/thip/ui/common/alarmpage/screen

app/src/main/java/com/texthip/thip/ui/common/alarmpage/screen/AlarmScreen.kt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,10 @@ fun AlarmScreen(
7272
verticalArrangement = Arrangement.Center,
7373
horizontalAlignment = Alignment.CenterHorizontally
7474
) {
75-
Icon(
76-
painter = painterResource(R.drawable.ic_notification),
77-
contentDescription = null,
78-
tint = colors.Grey02,
79-
)
80-
Spacer(modifier = Modifier.height(12.dp))
8175
Text(
8276
text = stringResource(R.string.alarm_notification_comment),
83-
style = typography.smalltitle_sb600_s16_h20,
84-
color = colors.Grey01
77+
style = typography.smalltitle_sb600_s18_h24,
78+
color = colors.White
8579
)
8680
}
8781
} else {

0 commit comments

Comments
 (0)