Skip to content

Commit

Permalink
style: tuning.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed May 13, 2024
1 parent e578af9 commit 428adfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const getStyles = (colors: AppColorsVariants) =>
},
txInterAddressExplain: { flexShrink: 1, width: '60%' },
txInterAddressExplainActionTitleStyle: { marginBottom: 4 },
txChange: { flexShrink: 0 },
txChange: { flexShrink: 0, maxWidth: '70%' },
cardFooter: {
padding: 12,
flexDirection: 'row',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,14 @@ const getNameAndAddressStyle = createGetStyles(colors => {
alignItems: 'center',
justifyContent: 'flex-start',
maxWidth: '100%',
// ...makeDebugBorder(),
// ...makeDebugBorder('yellow'),
},
textWrapper: {
maxWidth: '100%',
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'flex-start',
flexShrink: 1,
},
aliasName: {
fontSize: 12,
Expand All @@ -117,7 +118,7 @@ const getNameAndAddressStyle = createGetStyles(colors => {
flexShrink: 0,
// ...makeDebugBorder(),
},
copyIcon: { marginLeft: 3, width: 14, height: 14 },
copyIcon: { marginLeft: 3, width: 14, height: 14, flexShrink: 0 },
};
});

Expand Down

0 comments on commit 428adfd

Please sign in to comment.