NTP-45267 | Owais | fund box height fixed (#15301)
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user