Skip to content

Commit

Permalink
fix(swap): minor spacing and wrapping issues (#3048)
Browse files Browse the repository at this point in the history
Signed-off-by: banklesss <[email protected]>
  • Loading branch information
banklesss authored Jan 26, 2024
1 parent c0aac65 commit 0da7265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ export const HiddenInfoWrapper = ({
)}
</View>

<Spacer width={5} />

{isString(value) ? (
<View style={styles.flex}>
{icon !== undefined && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ const styles = StyleSheet.create({
fontSize: 16,
lineHeight: 24,
color: '#242838',
flexWrap: 'wrap',
flex: 1,
},

modalContent: {
Expand Down

0 comments on commit 0da7265

Please sign in to comment.