21128: more css tweaks Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
authorLisa Knox <lisaknox83@gmail.com>
Thu, 7 Dec 2023 18:55:43 +0000 (13:55 -0500)
committerLisa Knox <lisaknox83@gmail.com>
Thu, 7 Dec 2023 18:55:43 +0000 (13:55 -0500)
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
         }
     },