NTP-12345 | Changed disabled color for add bank account chip (#14212)

This commit is contained in:
Sanjay P
2024-12-17 19:57:08 +05:30
committed by GitHub
parent 926a6d11c5
commit 14ee194b2d

View File

@@ -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),