From 2057f3b16a2500898589903625171c69080002a5 Mon Sep 17 00:00:00 2001 From: dougfabris Date: Mon, 29 Apr 2024 18:10:41 -0300 Subject: [PATCH] chore: update scrollbar color --- .../client/components/CustomScrollbars/CustomScrollbars.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/meteor/client/components/CustomScrollbars/CustomScrollbars.tsx b/apps/meteor/client/components/CustomScrollbars/CustomScrollbars.tsx index c98dcb0d7e65..31accb0e73a1 100644 --- a/apps/meteor/client/components/CustomScrollbars/CustomScrollbars.tsx +++ b/apps/meteor/client/components/CustomScrollbars/CustomScrollbars.tsx @@ -1,3 +1,4 @@ +import { Palette } from '@rocket.chat/fuselage'; import type { ScrollValues } from 'rc-scrollbars'; import { Scrollbars } from 'rc-scrollbars'; import type { MutableRefObject, CSSProperties, ReactNode, ReactElement } from 'react'; @@ -43,7 +44,7 @@ const CustomScrollbars = forwardRef(function overflowX ? undefined : (props): ReactElement =>
} renderThumbVertical={({ style, ...props }): JSX.Element => ( -
+
)} children={children} ref={refSetter}