Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher committed Jan 20, 2025
1 parent 209e953 commit f5a8dda
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,12 @@ const useStyles = makeStyles(() =>
AADroughtTooltip: {
backgroundColor: '#222222',
opacity: '0.85 !important',
maxWidth: 'none',
},
AAStormTooltip: {
backgroundColor: '#FFFFFF',
border: '1px solid #D3D3D3',
maxWidth: 'none',
},
layerOneDate: createLayerStyles(LIGHT_BLUE_HEX, 0),
layerTwoDate: createLayerStyles(LIGHT_GREEN_HEX, 10),
Expand Down

0 comments on commit f5a8dda

Please sign in to comment.