mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
language text getting truncated (#960)
* feat(INJI-486): add correct kannada language labels Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com> * feat(INJI-486): add padding to prevent kan lang text getting truncated Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com> --------- Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com> Signed-off-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com> Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
This commit is contained in:
@@ -45,6 +45,7 @@ export const Button: React.FC<ButtonProps> = props => {
|
||||
raised={props.raised}
|
||||
title={
|
||||
<Text
|
||||
style={{paddingTop: 3}}
|
||||
weight="semibold"
|
||||
align="center"
|
||||
color={
|
||||
@@ -77,7 +78,7 @@ export const Button: React.FC<ButtonProps> = props => {
|
||||
raised={props.raised}
|
||||
title={
|
||||
<Text
|
||||
style={Theme.TextStyles.bold}
|
||||
style={{...Theme.TextStyles.bold, paddingTop: 3}}
|
||||
color={
|
||||
type === 'solid' || type === 'gradient' || type === 'radius'
|
||||
? Theme.Colors.whiteText
|
||||
|
||||
Reference in New Issue
Block a user