TP-74874 | reward nudge UAT fixes (#11962)

This commit is contained in:
Hardik Chaudhary
2024-08-01 13:47:43 +05:30
committed by GitHub
parent 9bb4e542c3
commit 54c8d16f2f
3 changed files with 4 additions and 4 deletions

View File

@@ -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)
)
}
}

View File

@@ -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))
}
}
}

View File

@@ -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(