Updated on 2026-08-14
This commit is contained in:
parent
4196caea34
commit
82d1a7cfd9
1 changed files with 1 additions and 5 deletions
|
|
@ -54,11 +54,7 @@ private fun AddWalletButton(
|
||||||
Row(
|
Row(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.padding(
|
.padding(all = TangemTheme.dimens.spacing12),
|
||||||
start = TangemTheme.dimens.spacing12,
|
|
||||||
bottom = TangemTheme.dimens.spacing12,
|
|
||||||
end = TangemTheme.dimens.spacing12,
|
|
||||||
),
|
|
||||||
verticalAlignment = Alignment.CenterVertically,
|
verticalAlignment = Alignment.CenterVertically,
|
||||||
horizontalArrangement = Arrangement.spacedBy(TangemTheme.dimens.spacing12),
|
horizontalArrangement = Arrangement.spacedBy(TangemTheme.dimens.spacing12),
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue