Skip to content

Light theme not changing button colors #21

@rgvillanueva28

Description

@rgvillanueva28

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions