Looks like buttons without some sort of class applied aren't getting completely styled, and are still getting background-color: var(--interactive-normal), which I don't think your theme has replaced, so the button just looks really out of place:
This isn't a big deal; as far as I know buttons are only used in the main app inside modals, and those are styled. But plugins are wily and add them other places.
The text was updated successfully, but these errors were encountered:
I'd love for you to use the cute buttons I made though 😭
That specific "Manage" button (and other CTA buttons) is supposed to look like this:
But general buttons in Dark Mode are supposed to look like this:
I feel that something else is overriding the style. Can I get a list of all the plugins you're using? I want to replicate the issue on my end and see if I can get it fixed 😄
Yeah, sorry that screenshot was a poor example. That was me playing in the devtools attempting to figure out why the buttons in my Trello plugin didn't look right. Here it is from the plugin:
My plugin doesn't add any styles to the button it just plops it there with no class as a <button type="button"></button>
Looks like buttons without some sort of class applied aren't getting completely styled, and are still getting
background-color: var(--interactive-normal), which I don't think your theme has replaced, so the button just looks really out of place:This isn't a big deal; as far as I know buttons are only used in the main app inside modals, and those are styled. But plugins are wily and add them other places.
The text was updated successfully, but these errors were encountered: