Skip to content

Commit

Permalink
fix: adjust loading indicator position in NativeButton component
Browse files Browse the repository at this point in the history
  • Loading branch information
N3TC4T committed Oct 31, 2024
1 parent 1037944 commit 908bc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/General/NativePaymentButton/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const styles = StyleService.create({
loadingIndicator: {
position: 'absolute',
alignSelf: 'center',
top: '14%',
top: '10%',
},
payButtonLoading: {
opacity: 0.5,
Expand Down

0 comments on commit 908bc31

Please sign in to comment.