NTP-45267 | Owais | fund box height fixed (#15301)

This commit is contained in:
Sayed Owais Ali
2025-03-06 18:04:33 +05:30
committed by GitHub
parent 3d06dcdbed
commit b2d910f2d3

View File

@@ -15,7 +15,6 @@ import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.width
import androidx.compose.foundation.layout.wrapContentHeight
import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
@@ -84,7 +83,7 @@ fun FundBoxComposable(
ShapeUtil.getShape(shape = cardData.property?.borderStrokeData?.shape),
)
.width(cardWidth)
.wrapContentHeight()
.height(134.dp)
.clickableWithNoGesture(onClick = { onFundClick(cardData.actionData) })
) {
Column(modifier = Modifier.setPadding(cardData.property?.padding)) {