updated css on cancel button

This commit is contained in:
bill bittner 2018-03-01 17:21:01 -08:00
parent d9cc8f5ad4
commit bdc01f3885

View file

@ -39,7 +39,7 @@ class PublishStatus extends React.Component {
<p>Something went wrong...</p>
<p><strong>{message}</strong></p>
<p>For help, post the above error text in the #speech channel on the <a className='link--primary' href='https://discord.gg/YjYbwhS' target='_blank'>lbry discord</a></p>
<button className='button--cancel' onClick={clearFile}>Reset</button>
<button className='button--secondary' onClick={clearFile}>Reset</button>
</div>
}
</div>