Updated on 2026-08-14
This commit is contained in:
parent
16a83cf56d
commit
fe1506ea0e
14 changed files with 251 additions and 271 deletions
|
|
@ -97,7 +97,7 @@ private fun FilterButtonsV2(
|
|||
iconPosition = com.tangem.core.ui.ds.button.TangemButtonIconPosition.End,
|
||||
size = TangemButtonSize.X9,
|
||||
shape = TangemButtonShape.Rounded,
|
||||
enabled = earnFilterUM.isNetworkFilterEnabled,
|
||||
isEnabled = earnFilterUM.isNetworkFilterEnabled,
|
||||
)
|
||||
|
||||
SpacerWMax()
|
||||
|
|
@ -109,7 +109,7 @@ private fun FilterButtonsV2(
|
|||
iconPosition = com.tangem.core.ui.ds.button.TangemButtonIconPosition.End,
|
||||
size = TangemButtonSize.X9,
|
||||
shape = TangemButtonShape.Rounded,
|
||||
enabled = earnFilterUM.isTypeFilterEnabled,
|
||||
isEnabled = earnFilterUM.isTypeFilterEnabled,
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue