dark mode side bar panel page

This commit is contained in:
Ehsan
2024-09-28 18:27:38 +03:30
parent 9992bdfa62
commit 92945e60e4
3 changed files with 20 additions and 6 deletions
+10
View File
@@ -600,3 +600,13 @@ html {
/* End Of Dark Date Picker */
/* End Date Picker Style */
.dark-active-icon svg path {
stroke: #5559ce !important;
fill: #5559ce !important;
}
.dark-deactive-icon svg path {
stroke: #a1a1a1 !important;
fill: #a1a1a1 !important;
}