TP-54641 | Edge padding in Scroll Tab (#10618)

This commit is contained in:
shreyansu raj
2024-04-25 15:23:29 +05:30
committed by GitHub
parent 7fe3cbd128
commit bbd3116222

View File

@@ -132,7 +132,7 @@ fun ManageLoanTab(widget: WidgetModelDefinition<UiTronResponse>, viewModel: Mana
modifier = Modifier
.fillMaxWidth()
.wrapContentHeight(),
edgePadding = 0.dp,
edgePadding = 8.dp,
backgroundColor = scrollWidgetData?.header?.cardProperty?.backgroundColor?.hexToComposeColor
?: Color.White,
divider = {