Skip to content

Commit

Permalink
Merge pull request #56 from confusiontech/alineacion_footer_anuncio
Browse files Browse the repository at this point in the history
Arreglada alineación footer en anuncio de crowdfunding
  • Loading branch information
diegov authored Oct 1, 2023
2 parents de145ae + 4d75d3b commit 87fc814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/announcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Announcement = ({ navigationRef }) => {
return (
<Center>
<Modal isOpen={showAnnouncement} onClose={() => setShowAnnouncement(false)}>
<Modal.Content width="90%">
<Modal.Content width='90%'>
<Modal.CloseButton />
<Modal.Header><Text style={styles.headerText}>¡Tenemos crowdfunding!</Text></Modal.Header>
<Modal.Body>
Expand All @@ -60,7 +60,7 @@ const Announcement = ({ navigationRef }) => {
</View>
</TouchableHighlight>
</Modal.Body>
<Modal.Footer>
<Modal.Footer justifyContent='flex-start'>
<Text style={styles.bodyText}>
Si quieres apoyar más tarde, puedes hacerlo en la pestaña de <Text style={styles.inlineLink} onPress={() => openInfo()}>Info {iconsMap.get('info', { size: 14, color: LINK_COLOR })}</Text>
</Text>
Expand Down

0 comments on commit 87fc814

Please sign in to comment.