NTP-54293 | Divyesh | platform fee clickable portion fix (#16332)
This commit is contained in:
@@ -105,9 +105,7 @@ fun NPSHeader(
|
||||
platformFeeInfoData?.let {
|
||||
Row(
|
||||
modifier =
|
||||
Modifier.fillMaxWidth()
|
||||
.padding(start = 16.dp, end = 16.dp, top = 4.dp)
|
||||
.noRippleClickableWithDebounce { onPlatformFeeInfoClicked?.invoke() },
|
||||
Modifier.fillMaxWidth().padding(start = 16.dp, end = 16.dp, top = 4.dp),
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
horizontalArrangement = Arrangement.SpaceBetween,
|
||||
) {
|
||||
@@ -123,6 +121,10 @@ fun NPSHeader(
|
||||
Row(
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
horizontalArrangement = Arrangement.End,
|
||||
modifier =
|
||||
Modifier.noRippleClickableWithDebounce {
|
||||
onPlatformFeeInfoClicked.invoke()
|
||||
},
|
||||
) {
|
||||
NaviText(
|
||||
text = platformFeeInfoData.paymentCheckoutPlatformFeeValue,
|
||||
|
||||
Reference in New Issue
Block a user