Lijy hace 1 año
padre
commit
00addd55b7

+ 2 - 2
fhKeeper/formulahousekeeper/customerBuler-crm/src/styles/global.scss

@@ -23,7 +23,7 @@ $modena: #6f4afe;
 }
 
 .scroll-bar::-webkit-scrollbar-thumb {
-  background: linear-gradient(to bottom right, #075985 0%, #075985 100%);
+  background: linear-gradient(to bottom right, #C1C1C1 0%, #C1C1C1 100%);
   border-radius: 5px;
 }
 
@@ -33,7 +33,7 @@ $modena: #6f4afe;
 }
 
 .scroll-bar::-webkit-scrollbar-button {
-  background-color: #075985;
+  background-color: #C1C1C1;
   border-radius: 2px;
   height: 4px;
 }