1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Make seed word confirmation button font smaller

To avoid formatting glitches on some machines.
This commit is contained in:
Dan Finlay 2016-10-04 13:04:54 -07:00
parent ca57fc0f52
commit c7d10affd5
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## Current Master
- Decreased vault confirmation button font size to help some Linux users who could not see it.
## 2.13.2 2016-10-4
- Fix bug where chosen FIAT exchange rate does no persist when switching networks

View File

@ -61,6 +61,7 @@ CreateVaultCompleteScreen.prototype.render = function () {
onClick: () => this.confirmSeedWords(),
style: {
margin: '24px',
fontSize: '0.9em',
},
}, 'I\'ve copied it somewhere safe'),
])