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