Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-29 21:14:04 +05:00
commit 78147170d2
14 changed files with 114 additions and 123 deletions

View file

@ -45,6 +45,7 @@ fun AppBarWithBackButtonAndIconContent(
) {
Row(
modifier = modifier
.height(TangemTheme.dimens.size56)
.background(color = backgroundColor)
.fillMaxWidth()
.padding(horizontal = TangemTheme.dimens.spacing16),