@zeedhi/vuetify 1.40.0 → 1.44.0

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/dist/zd-style.css CHANGED
@@ -140,8 +140,8 @@ main.v-main {
140
140
  height: 7px; }
141
141
 
142
142
  ::-webkit-scrollbar-track {
143
- background-color: var(--v-grey-lighten5); }
143
+ background-color: var(--zd-scrollbar-track); }
144
144
 
145
145
  ::-webkit-scrollbar-thumb {
146
- background-color: var(--v-grey-lighten4);
146
+ background-color: var(--zd-scrollbar-thumb);
147
147
  border-radius: 5px; }