It would be nice if we could override the classes for the button markup, similar to how we are able to set the toast_class_fn. In my case, I'm setting dark mode specific background color (black), which kind of conflicts with the text-black/50 that's getting applied in the current markup.
Happy to submit a PR if others have interest in this.
It would be nice if we could override the classes for the button markup, similar to how we are able to set the
toast_class_fn
. In my case, I'm setting dark mode specific background color (black), which kind of conflicts with thetext-black/50
that's getting applied in the current markup.Happy to submit a PR if others have interest in this.