Updated on 2026-08-14
This commit is contained in:
parent
cf07551f5f
commit
93cd2058b3
1 changed files with 3 additions and 4 deletions
|
|
@ -14,6 +14,7 @@ import androidx.compose.material3.Text
|
|||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.ui.Alignment
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.draw.clip
|
||||
import androidx.compose.ui.graphics.Color
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import androidx.compose.ui.layout.layoutId
|
||||
|
|
@ -61,10 +62,8 @@ fun TokenActionRow(
|
|||
val accentColor = accentColor(isEnabled)
|
||||
TangemRowContainer(
|
||||
modifier = modifier
|
||||
.background(
|
||||
color = TangemTheme.colors2.surface.level3,
|
||||
shape = RoundedCornerShape(TangemTheme.dimens2.x5),
|
||||
)
|
||||
.clip(RoundedCornerShape(TangemTheme.dimens2.x5))
|
||||
.background(color = TangemTheme.colors2.surface.level3)
|
||||
.clickableWithHaptic(
|
||||
onClick = onClick,
|
||||
onLongClick = onLongClick,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue