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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user