NTP-24839 | Divyesh | arc feedback (#14931)
This commit is contained in:
@@ -180,7 +180,7 @@ private fun ArcCampaignInfoSection(
|
||||
|
||||
NaviText(
|
||||
text = "$maxCoins.",
|
||||
fontSize = 12.sp,
|
||||
fontSize = 14.sp,
|
||||
fontFamily = naviFontFamily,
|
||||
fontWeight = getFontWeight(FontWeightEnum.NAVI_BODY_REGULAR),
|
||||
color = NaviBbpsColor.textTertiary,
|
||||
|
||||
@@ -30,7 +30,6 @@ import androidx.compose.ui.unit.sp
|
||||
import coil.compose.AsyncImage
|
||||
import com.navi.base.utils.EMPTY
|
||||
import com.navi.bbps.R
|
||||
import com.navi.bbps.common.ASTERISK
|
||||
import com.navi.bbps.common.ICON_BBPS_LANDING_ARC_PROTECTED
|
||||
import com.navi.bbps.common.theme.NaviBbpsColor
|
||||
import com.navi.bbps.noRippleClickableWithDebounce
|
||||
@@ -110,7 +109,7 @@ private fun arcProtectedWidgetText(): AnnotatedString {
|
||||
color = NaviBbpsColor.textSecondary,
|
||||
)
|
||||
) {
|
||||
append(stringResource(id = R.string.bbps_arc_percentage_extra, ASTERISK))
|
||||
append(stringResource(id = R.string.bbps_arc_percentage_extra))
|
||||
}
|
||||
}
|
||||
return descriptionText
|
||||
|
||||
@@ -300,6 +300,6 @@
|
||||
<string name="bbps_arc_local_counter_title">Navi protected %s payments</string>
|
||||
<string name="bbps_arc_local_counter_subtitle">of yours till date</string>
|
||||
<string name="bbps_get">Get</string>
|
||||
<string name="bbps_arc_percentage_extra">100%%%s extra</string>
|
||||
<string name="bbps_arc_percentage_extra">100% extra</string>
|
||||
<string name="bbps_arc_delayed_bill_payment">on delayed bill payments</string>
|
||||
</resources>
|
||||
@@ -371,7 +371,7 @@ private fun ArcBbpsInfoWidget(state: ArcHomeScreenContract.State) {
|
||||
},
|
||||
)
|
||||
|
||||
Spacer(modifier = Modifier.height(16.dp))
|
||||
Spacer(modifier = Modifier.height(24.dp))
|
||||
|
||||
ArcClientInfoDescriptionItem(
|
||||
iconId = R.drawable.ic_np_green_tick,
|
||||
|
||||
@@ -143,7 +143,7 @@ private fun ArcCampaignInfoSection(
|
||||
) {
|
||||
|
||||
Row(
|
||||
modifier = modifier.fillMaxWidth().padding(horizontal = 64.dp),
|
||||
modifier = modifier.fillMaxWidth().padding(horizontal = 48.dp),
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
horizontalArrangement = Arrangement.Center,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user