Updated on 2026-08-14
This commit is contained in:
parent
dca398ca95
commit
9e80fccbbd
9 changed files with 34 additions and 26 deletions
|
|
@ -22,8 +22,8 @@ internal fun WelcomePlain(modifier: Modifier = Modifier) {
|
|||
contentAlignment = Alignment.Center,
|
||||
) {
|
||||
Icon(
|
||||
modifier = Modifier.size(84.dp),
|
||||
imageVector = ImageVector.vectorResource(R.drawable.ic_tangem_24),
|
||||
modifier = Modifier.size(82.dp + 11.dp),
|
||||
imageVector = ImageVector.vectorResource(R.drawable.splash_logo),
|
||||
tint = TangemTheme.colors.icon.primary1,
|
||||
contentDescription = null,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue