Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Light theme not changing button colors #21

Open
rgvillanueva28 opened this issue Jun 21, 2021 · 2 comments
Open

Light theme not changing button colors #21

rgvillanueva28 opened this issue Jun 21, 2021 · 2 comments

Comments

@rgvillanueva28
Copy link

rgvillanueva28 commented Jun 21, 2021

windmill-dashboard-react version: 0.4.0

Relevant code or config:

<div className="grid md:grid-cols-3 gap-1">
  <Button title="Edit" size="small" className="!bg-green-100 dark:bg-green-500">
    <MdModeEdit />
  </Button>
  <Button title="Delete" size="small" className="!bg-red-100 dark:bg-red-500">
    <MdDelete />
  </Button>
  <Button
    title="Open marketplace profile"
    size="small"
    className="!bg-blue-100 dark:bg-blue-500"
  >
    <MdOpenInNew />
  </Button>
</div>;

What happened:

I am switching to light theme and the button background colors is still colored purple

Problem description:

light theme does not change button colors

image
image

@ManuelMaciel
Copy link

I have the same problem, any solution?

@rgvillanueva28
Copy link
Author

No. Don't have solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants