|
@@ -111,7 +111,7 @@ fun NotificationItem(item: Notification) {
|
|
// .padding(start = 16.dp, bottom = 0.dp, end = 4.dp)
|
|
// .padding(start = 16.dp, bottom = 0.dp, end = 4.dp)
|
|
// .fillMaxWidth(),
|
|
// .fillMaxWidth(),
|
|
// )
|
|
// )
|
|
- Spacer(modifier = Modifier.height(20.dp))
|
|
|
|
|
|
+ Spacer(modifier = Modifier.height(25.dp))
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -144,7 +144,7 @@ fun NotificationItem(item: Notification) {
|
|
// horizontalAlignment = Alignment.Start
|
|
// horizontalAlignment = Alignment.Start
|
|
) {
|
|
) {
|
|
AddTextSettingsLanguage(
|
|
AddTextSettingsLanguage(
|
|
- text = "Details",
|
|
|
|
|
|
+ text = context.getString(R.string.details),
|
|
size = 18.sp,
|
|
size = 18.sp,
|
|
color = MaterialTheme.colorScheme.primary,
|
|
color = MaterialTheme.colorScheme.primary,
|
|
bottomPadding = 0.dp,
|
|
bottomPadding = 0.dp,
|
|
@@ -164,7 +164,7 @@ fun NotificationItem(item: Notification) {
|
|
color = MaterialTheme.colorScheme.primary,
|
|
color = MaterialTheme.colorScheme.primary,
|
|
style = MaterialTheme.typography.displayLarge.copy(
|
|
style = MaterialTheme.typography.displayLarge.copy(
|
|
color = MaterialTheme.colorScheme.primary,
|
|
color = MaterialTheme.colorScheme.primary,
|
|
- fontSize = 16.sp
|
|
|
|
|
|
+ fontSize = 17.sp
|
|
),
|
|
),
|
|
textAlign = TextAlign.Start,
|
|
textAlign = TextAlign.Start,
|
|
modifier = Modifier
|
|
modifier = Modifier
|