Skip to content

Commit

Permalink
button colour
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw committed Sep 3, 2024
1 parent 2132252 commit 24ed37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/features/fba/components/AboutDataPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const AboutDataPopover = ({ advisoryThreshold }: AboutDataProps) => {
onClick={handlePopoverOpen}
sx={{ cursor: 'pointer', display: 'flex', alignItems: 'center' }}
>
<InfoIcon sx={{ marginRight: theme.spacing(1), color: '#4681f4' }}></InfoIcon>
<InfoIcon sx={{ marginRight: theme.spacing(1), color: '#5686E1' }}></InfoIcon>
About this data
</Typography>
<Popover
Expand Down

0 comments on commit 24ed37a

Please sign in to comment.