Skip to content

Commit

Permalink
Minor hover effect for the Audio Visualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
rooksFX committed Aug 27, 2024
1 parent 977495c commit 102e1c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AudioVisualizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const AudioVisualizer = ({ frequencies }: Props) => {
w-[5px]
mr-[4px]
rounded-md
hover:invert
transition-colors
${
index > 500
Expand Down Expand Up @@ -56,6 +57,7 @@ export const AudioVisualizer = ({ frequencies }: Props) => {
w-[5px]
mr-[4px]
rounded-md
hover:invert
transition-colors
${
index > 500
Expand Down

0 comments on commit 102e1c4

Please sign in to comment.