signup mnemonic change

This commit is contained in:
Gala
2022-09-21 16:04:06 +02:00
parent bf98c1b369
commit 05bd6d6a9a
+18 -1
View File
@@ -18,7 +18,24 @@ export const Mnemonic = ({
Below is your 24 word mnemonic, make sure to store it in a safe place for accessing your wallet in the future
</Typography>
</Warning>
<TextField multiline rows={3} value={mnemonic} fullWidth />
<TextField
label="Mnemonic"
type="input"
value={mnemonic}
multiline
autoFocus={false}
fullWidth
inputProps={{
style: {
height: '160px',
},
}}
sx={{
'input::-webkit-textfield-decoration-container': {
alignItems: 'start',
},
}}
/>
<Button
color="inherit"