Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-08 14:16:12 +05:00
parent bab1c44495
commit cd4227fcb1

View file

@ -52,15 +52,15 @@ internal fun NFTCollectionsEmpty(state: NFTCollectionsUM.Empty, modifier: Modifi
color = TangemTheme.colors.text.secondary,
textAlign = TextAlign.Center,
)
}
PrimaryButton(
modifier = Modifier
.padding(top = TangemTheme.dimens.spacing48)
.widthIn(min = TangemTheme.dimens.size158),
.fillMaxWidth()
.align(Alignment.BottomCenter),
text = stringResourceSafe(R.string.nft_collections_receive),
onClick = state.onReceiveClick,
)
}
}
}
@Preview(widthDp = 360, showBackground = true)