Skip to content

Commit

Permalink
add padding to transaction address
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoncalves committed Aug 22, 2023
1 parent 078ac18 commit f4ad74b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/BasicRow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ export const BasicRow = ({
type="body2"
style={styles.bold}
numberOfLines={1}
ellipsizeMode="tail">
ellipsizeMode="tail"
adjustsFontSizeToFit>
{label}
</Typography>
<Typography type="labelLight">
Expand Down Expand Up @@ -156,6 +157,7 @@ const styles = StyleSheet.create({
flex: 3,
flexDirection: 'column',
flexGrow: 1,
paddingRight: 5,
},
thirdView: {
flexBasis: '27%',
Expand Down

0 comments on commit f4ad74b

Please sign in to comment.