Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-03 14:07:57 +01:00
parent 427f8a8328
commit 51e6f1d5a3
6 changed files with 7 additions and 5 deletions

View file

@ -181,7 +181,7 @@ private fun RowScope.TokenRatingPlace(ratingPosition: String?) {
.alignByBaseline()
.heightIn(min = TangemTheme.dimens.size16)
.background(
color = TangemTheme.colors.field.primary,
color = TangemTheme.colors.button.secondary,
shape = TangemTheme.shapes.roundedCornersSmall2,
)
.padding(horizontal = TangemTheme.dimens.spacing5),