Updated on 2026-08-14
This commit is contained in:
parent
1abd6b9b2e
commit
9d73e02d69
9 changed files with 588 additions and 43 deletions
|
|
@ -94,6 +94,7 @@ private fun SwapStoriesText(current: SwapStoriesUM.Content.Config) {
|
|||
),
|
||||
color = TangemTheme.colors.text.constantWhite,
|
||||
textAlign = TextAlign.Center,
|
||||
modifier = Modifier.testTag(SwapStoriesScreenTestTags.TITLE),
|
||||
)
|
||||
Text(
|
||||
text = current.subtitle.resolveReference(),
|
||||
|
|
@ -105,6 +106,7 @@ private fun SwapStoriesText(current: SwapStoriesUM.Content.Config) {
|
|||
),
|
||||
color = SubtitleColor,
|
||||
textAlign = TextAlign.Center,
|
||||
modifier = Modifier.testTag(SwapStoriesScreenTestTags.SUBTITLE),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue