Skip to content

Commit

Permalink
Fixed margin and button style in Payment and Transaction view
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkmr04 committed May 26, 2023
1 parent c83530a commit 043cb80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions views/Payment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ export default class PaymentView extends React.Component<PaymentProps> {
})
}
containerStyle={{ marginTop: 15 }}
secondary
noUppercase
/>
)}
</View>
Expand Down
2 changes: 1 addition & 1 deletion views/Transaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export default class TransactionView extends React.Component<TransactionProps> {
onPress={() =>
navigation.navigate('AddNotes', { txid: tx })
}
containerStyle={{ marginTop: 15 }}
containerStyle={{ marginTop: 20 }}
secondary
noUppercase
/>
Expand Down

0 comments on commit 043cb80

Please sign in to comment.