diff --git a/packages/web/components/patterns/HighlightView.tsx b/packages/web/components/patterns/HighlightView.tsx index fef8a662d..d12f3023e 100644 --- a/packages/web/components/patterns/HighlightView.tsx +++ b/packages/web/components/patterns/HighlightView.tsx @@ -74,6 +74,8 @@ export function HighlightView(props: HighlightViewProps): JSX.Element { const { getReferenceProps, getFloatingProps } = useInteractions([hover]) + const highlightAlpha = isDark ? 1.0 : 0.35 + return (