Merge pull request #696 from MetaMask/SmallerCopiedButton

Formatting Fixes
feature/default_network_editable
kumavis 8 years ago committed by GitHub
commit e5bf957242
  1. 3
      CHANGELOG.md
  2. 2
      app/scripts/lib/notifications.js
  3. 1
      ui/app/first-time/create-vault-complete.js

@ -2,6 +2,9 @@
## Current Master
- Decreased vault confirmation button font size to help some Linux users who could not see it.
- Made popup a little taller because it would sometimes cut off buttons.
## 2.13.2 2016-10-4
- Fix bug where chosen FIAT exchange rate does no persist when switching networks

@ -1,5 +1,5 @@
const extension = require('./extension')
const height = 500
const height = 520
const width = 360
const notifications = {

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

Loading…
Cancel
Save