NTP-50117 | Loan Protect | Policy card border fix (#15737)

This commit is contained in:
Kshitij Pramod Ghongadi
2025-04-11 14:24:43 +05:30
committed by GitHub
parent 0df90753ac
commit 9ef2db2f4c

View File

@@ -259,6 +259,13 @@ fun PolicyCardWidgetComposable(
},
)
.offset(y = (-1).dp)
.border(
1.dp,
card.bottomTagBorderColor?.let {
getColorFromHexCode(hex = it)
} ?: Color.Transparent,
RoundedCornerShape(bottomStart = 4.dp, bottomEnd = 4.dp),
)
.getBackground(card.bottomTagBackground)
.padding(start = 16.dp),
verticalAlignment = Alignment.CenterVertically,