Closed vlewir closed 1 year ago
Have you tried updating to the latest version instead of using 1.0.0
?
Thanks. In the meantime I replaced it with SweetAlert2. Now I quickly tried with version 3.0.0
as well, but the problem is the same.
Thanks. In the meantime I replaced it with SweetAlert2. Now I quickly tried with version
3.0.0
as well, but the problem is the same.
Glad you fixed your issue. Since I don't know what sweet alert and swal are, it was very hard for me to diagnose.
Hi there,
Can you have any idea why the text is not showing on my sweet alert buttons when I used your dark method?
I used these:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@forevolve/bootstrap-dark@1.0.0/dist/css/toggle-bootstrap.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@forevolve/bootstrap-dark@1.0.0/dist/css/toggle-bootstrap-dark.min.css" />
and this:
<body class="bootstrap">
Everything else works fine.
before:
after:
My swal code:
Thank you very much!