Skip to content

Commit

Permalink
fix: hover state (#13862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit-takkar committed Feb 27, 2024
1 parent e9b1fa1 commit 5d19762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/pages/team/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function TeamPage({
(mem) => mem.subteams?.includes(ch.slug) && mem.accepted
).length;
return (
<li key={i} className="hover:bg-muted w-full">
<li key={i} className="hover:bg-muted w-full rounded-md">
<Link href={`/${ch.slug}`} className="flex items-center justify-between">
<div className="flex items-center px-5 py-5">
<div className="ms-3 inline-block truncate">
Expand Down

0 comments on commit 5d19762

Please sign in to comment.