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