Updated on 2026-08-14
This commit is contained in:
parent
6d7af2eb55
commit
50ec6ff194
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ?: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue