Skip to content

Commit

Permalink
Merge pull request #2052 from MahtabBukhari/tooltip_graph_bg_change
Browse files Browse the repository at this point in the history
Background of Tooltip at graph not visible
  • Loading branch information
Rassl authored Aug 15, 2024
2 parents 47dca39 + 419849d commit 539c799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { TwitData } from './Tweet'
const Wrapper = styled(Flex)(({ theme }) => ({
width: '300px',
pointerEvents: 'auto',
background: colors.dashboardHeader,
background: colors.BG3,
boxShadow: '0px 1px 6px rgba(0, 0, 0, 0.1)',
color: colors.primaryText1,
maxHeight: '400px',
Expand Down

0 comments on commit 539c799

Please sign in to comment.