@admin-layout/tailwind-design-pro 12.2.4-alpha.89 → 12.2.4-alpha.90

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.
@@ -976,7 +976,7 @@
976
976
  }
977
977
  *::-webkit-scrollbar-thumb:hover {
978
978
  background-color: #c4c4c4;
979
- border-width: 1px; /* thinner border = thicker visible thumb, no track reflow */
979
+ border-width: 4px; /* thinner border = thicker visible thumb, no track reflow */
980
980
  }
981
981
 
982
982
  .dark * {
@@ -990,4 +990,5 @@
990
990
  }
991
991
  .dark *::-webkit-scrollbar-thumb:hover {
992
992
  background-color: #a1a1aa;
993
+ border-width: 4px; /* thinner border = thicker visible thumb, no track reflow */
993
994
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/tailwind-design-pro",
3
- "version": "12.2.4-alpha.89",
3
+ "version": "12.2.4-alpha.90",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -52,7 +52,7 @@
52
52
  }
53
53
  }
54
54
  },
55
- "gitHead": "f727cbd7241e804dde33169b81932e6f315d100b",
55
+ "gitHead": "6d75944afa1f4f2a65b2373a4f9246582ed750a1",
56
56
  "typescript": {
57
57
  "definition": "lib/index.d.ts"
58
58
  }