1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

undo style

This commit is contained in:
Zac Mitton 2016-06-01 16:37:36 -07:00
parent 924a65c956
commit f5d107cde1

View File

@ -111,11 +111,11 @@ App.prototype.renderAppBar = function(){
}, state.isUnlocked && [ }, state.isUnlocked && [
// mini logo // mini logo
// h('img', { h('img', {
// height: 24, height: 24,
// width: 24, width: 24,
// src: '/images/icon-128.png', src: '/images/icon-128.png',
// }), }),
h(NetworkIndicator, {network: this.props.network}), h(NetworkIndicator, {network: this.props.network}),
// metamask name // metamask name
@ -125,7 +125,6 @@ App.prototype.renderAppBar = function(){
width: 16, width: 16,
barHeight: 2, barHeight: 2,
padding: 0, padding: 0,
paddingLeft: '200px',
isOpen: state.menuOpen, isOpen: state.menuOpen,
color: 'rgb(247,146,30)', color: 'rgb(247,146,30)',
onClick: (event) => { onClick: (event) => {