sweetalert2 / sweetalert2-themes

Themes for SweetAlert2: Dark, Minimal, Borderless, Bootstrap, Material UI, WordPress Admin, Bulma, ...
MIT License
221 stars 92 forks source link

Dark theme doesn't work in angular #101

Closed anonysoul closed 2 years ago

anonysoul commented 2 years ago

Current behavior

Dark theme doesn't work

Expected behavior

Use dark theme.

Live demo

https://github.com/cliesh/editor/tree/galilee

Run the demo:

npm run start:ng
npm run start:electron
limonte commented 2 years ago
- import Swal from 'sweetalert2';
+ import Swal from 'sweetalert2/dist/sweetalert2.js';
anonysoul commented 1 year ago

Thank you for your response.