Skip to content

Commit

Permalink
[fix] space styling
Browse files Browse the repository at this point in the history
  • Loading branch information
arfamomin committed May 1, 2024
1 parent 9ce6052 commit 9dd19a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/ClaimStatusBar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default StyleSheet.create({
width: '100%',
alignItems: 'center',
flexDirection: 'row',
justifyContent: 'space-around',
justifyContent: 'space-between',
paddingHorizontal: 20,
},
statusContainer: {
Expand Down

0 comments on commit 9dd19a8

Please sign in to comment.