Skip to content

Commit

Permalink
CR: update
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Apr 16, 2024
1 parent 5fc760a commit 3150b24
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -150,7 +150,7 @@ const Modal = ({
const strings = useStrings()

return (
<View style={{flex: 1}}>
<View style={styles.modal}>
<Text style={styles.modalText}>{strings.restoreDuplicatedWalletModalText}</Text>

<Space height="l" />
Expand Down Expand Up @@ -228,6 +228,9 @@ const useStyles = () => {
...theme.typography['body-2-m-medium'],
color: theme.color.gray[900],
},
modal: {
flex: 1,
},
})

const colors = {
Expand Down

0 comments on commit 3150b24

Please sign in to comment.