Updated on 2026-08-14
This commit is contained in:
parent
78fab3a9de
commit
25b396f08f
45 changed files with 497 additions and 114 deletions
|
|
@ -92,7 +92,7 @@ private fun Header(
|
|||
) {
|
||||
Icon(
|
||||
modifier = Modifier.size(TangemTheme.dimens.size24),
|
||||
painter = painterResource(id = R.drawable.ic_close),
|
||||
painter = painterResource(id = R.drawable.ic_close_24),
|
||||
tint = TangemTheme.colors.icon.secondary,
|
||||
contentDescription = stringResource(id = R.string.common_cancel),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue