TP-74874 | reward nudge UAT fixes (#11962)
This commit is contained in:
@@ -2428,7 +2428,7 @@ fun RewardsExchangeRatioWithOneSidedCurve(modifier: Modifier) {
|
||||
color = NaviPayColor.textWhite,
|
||||
fontSize = 10.sp,
|
||||
fontFamily = ttComposeFontFamily,
|
||||
fontWeight = getFontWeight(FontWeightEnum.NAVI_BODY_REGULAR)
|
||||
fontWeight = getFontWeight(FontWeightEnum.NAVI_BODY_DEMI_BOLD)
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -2521,7 +2521,7 @@ fun RewardsExchangeRatioWithBg(
|
||||
color = textColor,
|
||||
fontSize = 10.sp,
|
||||
fontFamily = ttComposeFontFamily,
|
||||
fontWeight = getFontWeight(FontWeightEnum.NAVI_BODY_REGULAR)
|
||||
fontWeight = getFontWeight(FontWeightEnum.NAVI_BODY_DEMI_BOLD)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -681,7 +681,7 @@ private fun PayToContactsScreenHeader(
|
||||
rewardsNudgeDetailEntity?.let {
|
||||
RewardsNudgeWithBg(modifier = Modifier.fillMaxWidth(), nudgeDetailEntity = it)
|
||||
|
||||
Spacer(modifier = Modifier.height(8.dp))
|
||||
Spacer(modifier = Modifier.height(16.dp))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -409,7 +409,7 @@ private fun SavedBeneficiaryListTopBar(
|
||||
rewardsNudgeDetailEntity?.let {
|
||||
RewardsNudgeWithBg(modifier = Modifier.fillMaxWidth(), nudgeDetailEntity = it)
|
||||
|
||||
Spacer(modifier = Modifier.height(16.dp))
|
||||
Spacer(modifier = Modifier.height(24.dp))
|
||||
}
|
||||
|
||||
SavedBeneficiaryListSearchBar(
|
||||
|
||||
Reference in New Issue
Block a user