Updated on 2026-08-14
This commit is contained in:
parent
dc7a104ac2
commit
69487b12e3
2 changed files with 2 additions and 8 deletions
|
|
@ -1,12 +1,7 @@
|
|||
package com.tangem.feature.tokendetails.presentation.tokendetails.ui
|
||||
|
||||
import android.content.res.Configuration
|
||||
import androidx.compose.foundation.layout.Arrangement
|
||||
import androidx.compose.foundation.layout.Box
|
||||
import androidx.compose.foundation.layout.Column
|
||||
import androidx.compose.foundation.layout.Row
|
||||
import androidx.compose.foundation.layout.fillMaxWidth
|
||||
import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.foundation.layout.*
|
||||
import androidx.compose.material3.Text
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.ui.Modifier
|
||||
|
|
@ -103,7 +98,6 @@ private fun QuickTopUpBlock_Preview() {
|
|||
),
|
||||
),
|
||||
),
|
||||
modifier = Modifier.padding(TangemTheme.dimens2.x3),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
@ -226,7 +226,7 @@ private fun TokenDetailsBody(
|
|||
item(key = "quick_top_up_block") {
|
||||
QuickTopUpBlock(
|
||||
state = quickTopUpBlock,
|
||||
modifier = itemModifier.padding(vertical = TangemTheme.dimens2.x0),
|
||||
modifier = itemModifier.padding(top = 8.dp),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue