diff --git a/frontend/src/components/pages/ModuleResources/style.module.scss b/frontend/src/components/pages/ModuleResources/style.module.scss
index 2bb383e3615b7c1707cea1fbc8977002fa9ac9d7..130441d1809b143d8cc1f209ecd5456d58afaede 100644
--- a/frontend/src/components/pages/ModuleResources/style.module.scss
+++ b/frontend/src/components/pages/ModuleResources/style.module.scss
@@ -138,7 +138,7 @@ $teal-tag-background: transparentize($teal-100, 0.5);
 
 .quickAccessRow {
   scrollbar-width: thin;
-	scrollbar-color: $gray-300 $gray-100;
+	scrollbar-color: $gray-200 $white;
 	margin-top: 1rem;
 	margin-left: 0;
 }
@@ -147,10 +147,10 @@ $teal-tag-background: transparentize($teal-100, 0.5);
 	width: 1rem;
 }
 .quickAccessRow::-webkit-scrollbar-track {
-  background: $gray-100;
+  background: $white;
 }
 .quickAccessRow::-webkit-scrollbar-thumb {
-  background-color: $gray-300;
+  background-color: $gray-200;
   border-radius: .5rem;
 }