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}