Daisy UI has buttons: https://daisyui.com/components/button/
However, I'd like to override the colors for a specific button, without having to go through the effort of creating an entire theme.
I can just use bg-green-500
on a button, but that will just change the background color, when I also need to change all of the associated colors.
Is there a good way to do this?