Hello, I am using Laravel version, how to switch Sweetalert2 notification from light mode to dark mode. Btw, I am using LivewireAlert package. https://github.com/jantinnerezo/livewire-alert
Thanks.
Hi William,
Sorry for the delay. Could you please try to add the HTML attribute data-bs-theme="dark"
to the alert div?
Reference:
https://preview.keenthemes.com/html/metronic/docs/getting-started/dark-mode
Thanks