mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #696 from MetaMask/SmallerCopiedButton
Formatting Fixes
This commit is contained in:
commit
e5bf957242
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Current Master
|
## 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
|
## 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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
const extension = require('./extension')
|
const extension = require('./extension')
|
||||||
const height = 500
|
const height = 520
|
||||||
const width = 360
|
const width = 360
|
||||||
|
|
||||||
const notifications = {
|
const notifications = {
|
||||||
|
@ -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'),
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user