Skip to content

Commit

Permalink
fix: update hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed Nov 20, 2024
1 parent 26310ed commit ecaa30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/neurosynth-frontend/src/components/Downbanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Banner: React.FC = () => {
}}
sx={{
padding: 0,
":hover": { backgroundColor: "secondary.light" },
":hover": { backgroundColor: "gray" },
}}
>
<Cancel />
Expand Down

0 comments on commit ecaa30f

Please sign in to comment.