style(problemset): refine table row styles for better UI consistency

This commit is contained in:
cfngc4594 2025-03-31 22:02:49 +08:00
parent 653402614a
commit 7f3ac2e0ec

View File

@ -37,7 +37,7 @@ export default async function ProblemsetPage() {
{problems.map((problem, index) => ( {problems.map((problem, index) => (
<TableRow <TableRow
key={problem.id} key={problem.id}
className="odd:bg-muted/50 odd:hover:bg-muted/50 border-none hover:bg-transparent" className="h-10 border-b-0 odd:bg-muted/25 hover:text-blue-500 hover:bg-muted"
> >
<TableCell className="py-2.5"> <TableCell className="py-2.5">
<Link <Link