Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-29 16:46:48 +05:00
parent 68920e11b5
commit 24cd5e1d40
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),