chnaged checkbox color

This commit is contained in:
Pramod Mahajan 2025-05-19 13:37:05 +05:30
parent 61f0703096
commit 597fa279ea

View File

@ -118,8 +118,8 @@
} }
.custom-checkbox:checked { .custom-checkbox:checked {
background-color: #0d6efd; background-color: #696cff;
border-color: #0d6efd; border-color: #696cff;
} }
.custom-checkbox:checked::after { .custom-checkbox:checked::after {