ngx-sweetalert2 icon indicating copy to clipboard operation
ngx-sweetalert2 copied to clipboard

Add support for color property on SwalComponent

Open 1fbr opened this issue 1 year ago • 0 comments

I have some <swal> components in a project, working fine. As I implemented a dark / light theme, I wanted <swal> background and color to match the current theme.

The background works fine, but color displays Can't bind to 'color' since it isn't a known property of 'swal'.

And yes, color it's not present in the SwalComponent.

Would be nice to add it, because without been able to modify the color you can't really have a custom background properly.

1fbr avatar Apr 25 '23 18:04 1fbr