NTP-36544 | Sidharth Bamba | size changes for payee bank details (#15570)

Co-authored-by: Mehul Garg <mehul.garg@navi.com>
This commit is contained in:
Sidharth Bamba
2025-04-01 18:28:22 +05:30
committed by GitHub
parent 9bc763fa3c
commit c06740df64

View File

@@ -292,7 +292,7 @@ fun PayeeDetailSection(
orderEntity.orderDescription.substringAfter(AT_THE_RATE_CHAR) in upiAppsIconList
) {
AsyncImage(
modifier = Modifier.padding(end = 8.dp),
modifier = Modifier.size(size = 24.dp).padding(end = 8.dp),
model =
"$upiAppLogoBaseUrl${orderEntity.orderDescription.substringAfter(AT_THE_RATE_CHAR)}$DOT_PNG",
contentDescription = null,