diff --git a/src/handbook/src/css/App.scss b/src/handbook/src/css/App.scss index 60db90723..9c73fbda0 100644 --- a/src/handbook/src/css/App.scss +++ b/src/handbook/src/css/App.scss @@ -82,6 +82,6 @@ button { } ::-webkit-scrollbar-thumb { - background: var(--primary-color); + background: #4b5396; border-radius: 10px; }