Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-07 12:47:43 +03:00
commit 879e3e3de0
2 changed files with 2 additions and 1 deletions

View file

@ -157,7 +157,7 @@ private fun darkThemeColors(): TangemColors {
),
button = TangemColors.Button(
primary = TangemColorPalette.Light4,
secondary = TangemColorPalette.Dark5,
secondary = TangemColorPalette.Dark4,
disabled = TangemColorPalette.Dark5,
positiveDisabled = TangemColorPalette.DarkGreen,
),

View file

@ -443,6 +443,7 @@ fun ChangeTokenSelector() {
Icon(
modifier = Modifier.size(TangemTheme.dimens.size20),
painter = painterResource(id = R.drawable.ic_chevron_24),
tint = TangemTheme.colors.icon.secondary,
contentDescription = null,
)
}