You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 😄 )
The text was updated successfully, but these errors were encountered:
Grayda
changed the title
Side menu has a white background
Side menu has a white background & text input issues
Feb 18, 2016
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:
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:
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 😄 )
The text was updated successfully, but these errors were encountered: