Skip to content

Commit

Permalink
fix(suite-native): align asset item values properly
Browse files Browse the repository at this point in the history
  • Loading branch information
yanascz committed Oct 2, 2024
1 parent e071138 commit 99cacda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const valuesContainerStyle = prepareNativeStyle(utils => ({
maxWidth: '40%',
flexShrink: 0,
alignItems: 'flex-end',
justifyContent: 'center',
paddingLeft: utils.spacings.sp8,
}));

Expand Down

0 comments on commit 99cacda

Please sign in to comment.