We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd15818 commit 14d5b7bCopy full SHA for 14d5b7b
1 file changed
app/src/main/java/com/texthip/thip/ui/common/alarmpage/screen/AlarmScreen.kt
@@ -72,16 +72,10 @@ fun AlarmScreen(
72
verticalArrangement = Arrangement.Center,
73
horizontalAlignment = Alignment.CenterHorizontally
74
) {
75
- Icon(
76
- painter = painterResource(R.drawable.ic_notification),
77
- contentDescription = null,
78
- tint = colors.Grey02,
79
- )
80
- Spacer(modifier = Modifier.height(12.dp))
81
Text(
82
text = stringResource(R.string.alarm_notification_comment),
83
- style = typography.smalltitle_sb600_s16_h20,
84
- color = colors.Grey01
+ style = typography.smalltitle_sb600_s18_h24,
+ color = colors.White
85
)
86
}
87
} else {
0 commit comments