Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-12 11:28:18 +03:00
parent 1ea13a7484
commit 6588ff4fbc
14 changed files with 144 additions and 28 deletions

View file

@ -115,6 +115,7 @@ internal fun WalletTopBar(config: WalletTopBarConfig) {
Icon(
painter = painterResource(id = action.iconRes),
contentDescription = null,
modifier = Modifier.testTag(MainScreenTestTags.MORE_BUTTON),
)
}
}