Skip to content

Commit

Permalink
minor padding change in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Dec 21, 2023
1 parent e991de6 commit 3fca873
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Balance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const styles = ScaledSheet.create({
board: {
borderBottomLeftRadius: 50,
borderBottomRightRadius: 50,
paddingHorizontal: '30@s',
paddingHorizontal: '20@s',
paddingTop: '40@vs',
paddingBottom: '50@vs',
minHeight: '50%'
Expand Down
1 change: 0 additions & 1 deletion src/screens/Payment/Receive/Invoice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export default function InvoiceScreen({ navigation, route }: TMintInvoicePagePro
txt={t('cancel')}
handlePress={() => void handlePayment(true)}
/>

<View style={styles.content}>
<QR
size={vs(250)}
Expand Down

0 comments on commit 3fca873

Please sign in to comment.