Skip to content

Commit c613478

Browse files
author
Marvin Zhang
committed
refactor: update DevlogList TableHeader style for improved visibility
1 parent 36bb59f commit c613478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/app/components/features/devlogs/DevlogList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ export function DevlogList({
466466
</div>
467467
) : (
468468
<Table>
469-
<TableHeader className="sticky top-[140px] z-10 bg-background">
469+
<TableHeader className="z-10 bg-transparent">
470470
<TableRow>
471471
<TableHead className="w-12">
472472
<Checkbox

0 commit comments

Comments
 (0)