Updated on 2026-08-14
This commit is contained in:
parent
bab1c44495
commit
cd4227fcb1
1 changed files with 7 additions and 7 deletions
|
|
@ -52,14 +52,14 @@ internal fun NFTCollectionsEmpty(state: NFTCollectionsUM.Empty, modifier: Modifi
|
||||||
color = TangemTheme.colors.text.secondary,
|
color = TangemTheme.colors.text.secondary,
|
||||||
textAlign = TextAlign.Center,
|
textAlign = TextAlign.Center,
|
||||||
)
|
)
|
||||||
PrimaryButton(
|
|
||||||
modifier = Modifier
|
|
||||||
.padding(top = TangemTheme.dimens.spacing48)
|
|
||||||
.widthIn(min = TangemTheme.dimens.size158),
|
|
||||||
text = stringResourceSafe(R.string.nft_collections_receive),
|
|
||||||
onClick = state.onReceiveClick,
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
PrimaryButton(
|
||||||
|
modifier = Modifier
|
||||||
|
.fillMaxWidth()
|
||||||
|
.align(Alignment.BottomCenter),
|
||||||
|
text = stringResourceSafe(R.string.nft_collections_receive),
|
||||||
|
onClick = state.onReceiveClick,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue