Skip to content

Commit

Permalink
remove paddingRight
Browse files Browse the repository at this point in the history
  • Loading branch information
myxmaster committed Jan 24, 2025
1 parent a487c9b commit a48d99d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions views/LnurlPay/LnurlPay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,7 @@ export default class LnurlPay extends React.Component<
alignItems: 'center'
}}
>
{loading && (
<View style={{ paddingRight: 15 }}>
<LoadingIndicator size={35} />
</View>
)}
{loading && <LoadingIndicator size={35} />}
</View>
}
navigation={navigation}
Expand Down

0 comments on commit a48d99d

Please sign in to comment.