Proper buttons name for spec drawer

old
Javi Velasco 2015-10-02 22:20:39 +02:00
parent 7cfe100b65
commit 75bb522a15
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ export default React.createClass({
</Drawer>
<nav>
<Button className='accent' label='Drawer left' type='raised' onClick={this.onClick.bind(null, 'left', 'show')} />
<Button className='primary' style={{marginLeft: '20px'}} label='Drawer left' type='raised' onClick={this.onClick.bind(null, 'right', 'show')} />
<Button className='accent' label='Drawer left hideable' type='raised' onClick={this.onClick.bind(null, 'left', 'show')} />
<Button className='primary' style={{marginLeft: '20px'}} label='Drawer right' type='raised' onClick={this.onClick.bind(null, 'right', 'show')} />
</nav>
</section>
);