Updated on 2026-08-14
This commit is contained in:
commit
879e3e3de0
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue