Updated on 2026-08-14

This commit is contained in:
Tangem 2024-05-15 15:37:28 +03:00
parent 6d7af2eb55
commit 50ec6ff194

View file

@ -49,9 +49,9 @@ fun TravalaNotificationWithBackground(config: NotificationConfig, modifier: Modi
Box(
modifier = modifier
.defaultMinSize(minHeight = TangemTheme.dimens.size62)
.background(Color.Black)
.fillMaxWidth()
.clip(TangemTheme.shapes.roundedCornersXMedium)
.background(Color.Black)
.clickable(
enabled = config.onClick != null,
onClick = config.onClick ?: {},