NTP-50117 | Loan Protect | Policy card border fix (#15737)
This commit is contained in:
committed by
GitHub
parent
0df90753ac
commit
9ef2db2f4c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user