tiny css change

pull/1/head
yann300 6 years ago
parent d48f48a4f8
commit ecae195dbd
  1. 2
      src/app/components/swap-panel-component.js

@ -65,7 +65,7 @@ class SwapPanelComponent {
<div id='plugins' class=${css.plugins} > <div id='plugins' class=${css.plugins} >
</div> </div>
` `
this.header = yo`<header class="navbar navbar-dark bg-dark"><h2 class="navbar-brand"></h2> </header>` this.header = yo`<header class="navbar navbar-dark bg-dark text-warning"><h2 class="navbar-brand"></h2> </header>`
if (!this.opt.displayHeader) this.header.style.display = 'none' if (!this.opt.displayHeader) this.header.style.display = 'none'
return yo`<div> return yo`<div>

Loading…
Cancel
Save