wadeamaral
Results
2
comments of
wadeamaral
> However, applying classes to `classNames.toast` overwrites the variant styling. > > ```tsx > export const Toaster = (props: ToasterProps) => ( > toastOptions={{ > classNames: { > error: "bg-red",...
> This is fixed in #324. You can now style with the default key, those styles will be overidden by any type specific ones. Just a heads up that I...