@djb25/digit-ui-css 1.0.39 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djb25/digit-ui-css",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -846,7 +846,7 @@
846
846
  }
847
847
 
848
848
  .sidebar-item.active {
849
- background-color: #00adef;
849
+ background-color: #667eea;
850
850
  color: #ffffff;
851
851
  box-shadow: 0 4px 6px rgba(0, 173, 239, 0.2);
852
852
  padding: 6px;
@@ -1050,7 +1050,7 @@
1050
1050
  }
1051
1051
 
1052
1052
  .sidebar-item.active {
1053
- background-color: #00adef;
1053
+ background-color: #667eea;
1054
1054
  color: #ffffff;
1055
1055
  box-shadow: 0 4px 6px rgba(0, 173, 239, 0.2);
1056
1056
  }