[UPDT] STATIC: Updated sweetalert cancel and confirm button style

This commit is contained in:
Horilla
2025-05-06 10:51:42 +05:30
parent be17a6daec
commit 09b638d737
3 changed files with 1567 additions and 1 deletions

View File

@@ -726,3 +726,9 @@ form label {
#faqContainer .oh-faq_search--icon{
top:17px;
}
.swal2-styled.swal2-confirm{
background-color: rgb(0, 128, 0);
}
.swal2-styled.swal2-cancel{
background-color : rgb(221, 51, 51);
}