1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01: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 ## Current Master
- Decreased vault confirmation button font size to help some Linux users who could not see it.
## 2.13.2 2016-10-4 ## 2.13.2 2016-10-4
- Fix bug where chosen FIAT exchange rate does no persist when switching networks - 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(), onClick: () => this.confirmSeedWords(),
style: { style: {
margin: '24px', margin: '24px',
fontSize: '0.9em',
}, },
}, 'I\'ve copied it somewhere safe'), }, 'I\'ve copied it somewhere safe'),
]) ])