Skip to content

Commit

Permalink
tooltip color
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhang621 committed Nov 30, 2024
1 parent c0d1e53 commit 9488bb2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web/src/components/Explore/VisualizationPane.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function VisualizationPane({
data-tooltip-id="featureTooltip"
style={{
position: 'absolute',
right: 200,
right: 225,
top: 0,
pointerEvents: 'none',
}}
Expand All @@ -352,10 +352,8 @@ function VisualizationPane({
left: 0,
top: 0,
pointerEvents: 'none',
height: '200px',
width: '400px',
// maxWidth: '400px',
backgroundColor: hovered?.ls_search_index >= 0 ? '#111' : '#666',
backgroundColor: '#D3965E',
}}
>
<div className="tooltip-content">
Expand Down

0 comments on commit 9488bb2

Please sign in to comment.