NTP-12345 | Changed disabled color for add bank account chip (#14212)
This commit is contained in:
@@ -386,9 +386,7 @@ fun AddAccountButton(
|
||||
Modifier.clip(RoundedCornerShape(size = 4.dp))
|
||||
.onClickWithDebounce { addNewBankAccount(data.isTotalSyncCompleted) }
|
||||
.background(
|
||||
color =
|
||||
if (data.isTotalSyncCompleted) MMColor.ctaSecondary
|
||||
else MMColor.ctaPrimaryDisable,
|
||||
color = MMColor.ctaSecondary,
|
||||
shape = RoundedCornerShape(size = 4.dp)
|
||||
)
|
||||
.padding(start = 12.dp, end = 16.dp, top = 12.dp, bottom = 12.dp),
|
||||
|
||||
Reference in New Issue
Block a user