TP-82864 | Narayan | Added ellipse in PPS (#12455)
Co-authored-by: Shaurya Rehan <shaurya.rehan@navi.com>
This commit is contained in:
committed by
GitHub
parent
df5a051f09
commit
485a2b4059
@@ -475,7 +475,9 @@ fun BannerCtaAndTextSection(
|
||||
fontFamily = ttComposeFontFamily,
|
||||
fontWeight = getFontWeight(FontWeightEnum.NAVI_BODY_DEMI_BOLD),
|
||||
fontSize = 16.sp,
|
||||
color = NaviPayColor.textPrimary
|
||||
color = NaviPayColor.textPrimary,
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis
|
||||
)
|
||||
|
||||
Spacer(modifier = Modifier.height(8.dp))
|
||||
|
||||
Reference in New Issue
Block a user