21128: more css tweaks Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
[arvados-workbench2.git] / src / components / multiselect-toolbar / MultiselectToolbar.tsx
index a3606d8379ba96881df5aed8468be6de0fca4c8d..5ce53ab5f41a1efa8f83046350b737a74a2af1d4 100644 (file)
@@ -57,7 +57,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
             height: 2
         },
         '&::-webkit-scrollbar-thumb': {
-            backgroundColor: theme.customs.colors.grey600,
+            backgroundColor: '#757575',
             borderRadius: 2
         }
     },