adminforth 2.17.0-next.38 → 2.17.0-next.39

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.
@@ -456,7 +456,7 @@ export const styles = () => ({
456
456
  darkCheckboxBorderColor: "alias:darkPrimary darken",
457
457
  darkFocusRing: "alias:darkPrimary lighten",
458
458
  darkTextLabel: "white",
459
- darkToggleBgUnactive: "#F9FAFB",
459
+ darkToggleBgUnactive: "#1F2937",
460
460
  darkToggleBgActive: "alias:darkPrimary darken",
461
461
  darkToggleCircleUnactive: "alias:darkPrimary",
462
462
  darkToggleCircleActive: "#F9FAFB",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.17.0-next.38",
3
+ "version": "2.17.0-next.39",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",