Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-18 12:00:08 +05:00
parent dbedf097b9
commit 1c9c5d62f4
3 changed files with 15 additions and 1 deletions

View file

@ -50,7 +50,7 @@ fun PasteButton(isPasteButtonVisible: Boolean, onClick: (String) -> Unit, modifi
modifier = modifier,
) {
Text(
text = "Paste",
text = stringResource(R.string.common_paste),
style = TangemTheme.typography.button,
color = TangemTheme.colors.text.primary2,
modifier = Modifier