Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-17 17:01:49 +05:00
parent 5e9771c378
commit ca03f18d81
11 changed files with 363 additions and 4 deletions

View file

@ -107,7 +107,7 @@ private fun CellDecoration(
Box(
modifier = Modifier
.background(
color = TangemTheme.colors.background.tertiary,
color = TangemTheme.colors.field.primary,
shape = RoundedCornerShape(8.dp),
),
contentAlignment = Alignment.Center,