Updated on 2026-08-14
This commit is contained in:
parent
a61526b121
commit
bd264ada23
2 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ import com.tangem.feature.swap.presentation.R
|
|||
fun SwapSuccessScreen(state: SwapSuccessStateHolder, onBack: () -> Unit) {
|
||||
Scaffold(
|
||||
modifier = Modifier.systemBarsPadding(),
|
||||
backgroundColor = TangemTheme.colors.background.tertiary,
|
||||
content = { padding ->
|
||||
SwapSuccessScreenContent(padding = padding, state = state)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue