Skip to content

Commit

Permalink
removed OK button from CompleteDonationModal and fixed image height i…
Browse files Browse the repository at this point in the history
…n empty profile
  • Loading branch information
krisbitney committed Jan 19, 2024
1 parent fbf01ce commit 665a3d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/app/src/components/CompleteDonationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ const CompleteDonationModal = ({ openModal, setOpenModal }: CompleteDonationModa
<Text style={styles.title}>COMPLETE YOUR DONATION</Text>
<Text style={styles.paragraph}>To complete your donation, sign with your wallet.</Text>
<Image source={PhoneImg} alt="woman" style={styles.image} />
<TouchableOpacity style={styles.button} onPress={onClickClose}>
<Text style={styles.buttonText}>OK</Text>
</TouchableOpacity>
</View>
</View>
</Modal>
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/components/WalletDetails/EmptyProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const styles = StyleSheet.create({
...InterSmall,
},
image: {
height: 169,
height: 154,
width: 230,
alignSelf: 'center',
},
Expand Down

0 comments on commit 665a3d0

Please sign in to comment.