Skip to content

Commit 355c916

Browse files
committed
fix android crash
1 parent 1cc23c8 commit 355c916

File tree

1 file changed

+2
-2
lines changed
  • mobile/modules/ui-components/src/text

1 file changed

+2
-2
lines changed

mobile/modules/ui-components/src/text/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ export const Body = styled.Text<TextProps>`
3232

3333
export const Body5 = styled.Text<TextProps>`
3434
font-size: 18px;
35-
line-height: 140%;
35+
line-height: 25px;
3636
color: ${(props) => props.theme.colors.black};
3737
`
3838

3939
export const Body6 = styled.Text<TextProps>`
4040
font-size: 15px;
41-
line-height: 140%;
41+
line-height: 21px;
4242
color: ${(props) => props.theme.colors.black};
4343
`
4444

0 commit comments

Comments
 (0)