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


windmill-dashboard-reactversion:0.4.0Relevant code or config:
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