Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-17 14:13:47 +03:00
parent d185aa5110
commit e35a99dbb0
2 changed files with 3 additions and 3 deletions

View file

@ -73,9 +73,9 @@ private fun OrderCardButton(onClick: () -> Unit, modifier: Modifier = Modifier)
}
private val LightBgScanCardButtonColors: ButtonColors = TangemButtonColors(
backgroundColor = TangemColorPalette.Light2,
backgroundColor = TangemColorPalette.Light4,
contentColor = TangemColorPalette.Dark6,
disabledBackgroundColor = TangemColorPalette.Light2,
disabledBackgroundColor = TangemColorPalette.Dark5,
disabledContentColor = TangemColorPalette.Dark6,
)

View file

@ -10,7 +10,7 @@
<color name="button_disabled">#303030</color>
<!--<color name="button_positive">#1ACE80</color>-->
<!--<color name="button_positive_disabled">#06311F</color>-->
<color name="button_primary">#F5F5F5</color>
<color name="button_primary">#FFC9C9C9</color>
<color name="button_secondary">#303030</color>
<color name="control_checked">#1ACE80</color>