Skip to content

Commit

Permalink
change event on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
renemennab committed Jul 10, 2024
1 parent cb20bcc commit 6e5c52b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ function EventsGrid({ events }: { events: PluralEvent[] }) {
padding="xlarge"
className={classNames(
'flex h-full flex-col',
' items-start justify-center p-large md:p-xxxxlarge'
' items-start justify-center p-large md:p-xxxxlarge',
'hover:bg-fill-one-hover'
)}
>
<Chip
Expand Down

0 comments on commit 6e5c52b

Please sign in to comment.