You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: