joewashear007 / IonicSlate

A gunmetal gray ionic theme based on Bootswatch Slate
http://bootswatch.com/slate/
Other
5 stars 5 forks source link

Side menu has a white background & text input issues #2

Open Grayda opened 8 years ago

Grayda commented 8 years ago

I don't know if I'm doing it wrong (EDIT: Removed my custom stylings, it's still there), or if it's a bug, but items in a sidebar are styled correctly, but the actual menu is still white.

No biggie, as adding this CSS worked well enough for me while developing:

.menu {
    background: transparent !important;
}

In addition to this, inputs don't have white text, so they're difficult to read. You can replicate this by using this sample code from the docs:

<label class="item item-input">
  <span class="input-label">Date</span>
  <input type="date">
</label>

Also, great job on the theme. I've been after a dark theme since I started my app a few weeks ago (an astrophotography-related app, so not being blinded while checking your phone at night is a massive plus :smile: )

joewashear007 commented 8 years ago

Thanks for the find. I will look into it.