Skip to content

Commit 4b98aa4

Browse files
committed
chore(feedback): implement review feedback
1 parent b98b35f commit 4b98aa4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/components/Contributors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const Contributors = () => {
3535
{contributorsList.map((contributor) => (
3636
<LinkBox
3737
as="div"
38-
className="m-2 max-w-[132px] transform shadow-table transition-transform duration-100 hover:scale-[1.02] hover:rounded hover:bg-background-table-hover hover:no-underline hover:shadow-table-box-hover focus:scale-[1.02] focus:rounded focus:no-underline focus:shadow-table-box-hover"
38+
className="m-2 max-w-[132px] transform shadow transition-transform duration-100 hover:scale-[1.02] hover:rounded hover:bg-background-highlight focus:scale-[1.02] focus:rounded"
3939
key={contributor.login}
4040
>
4141
<img

tailwind.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ const config = {
152152
low: "hsla(var(--background-low))",
153153
medium: "hsla(var(--background-medium))",
154154
high: "hsla(var(--background-high))",
155-
table: {
156-
hover: "var(--table-background-hover)",
157-
},
158155
},
159156

160157
border: {

0 commit comments

Comments
 (0)