Skip to content

Commit 339ad9a

Browse files
committed
fix: dark mode border color
1 parent 7a92ef5 commit 339ad9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/site/components/Downloads/MinorReleasesTable/index.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
th {
2828
@apply xs:border-t
29-
border-neutral-200;
29+
border-neutral-200
30+
dark:border-neutral-800;
3031
}
3132
}
3233

0 commit comments

Comments
 (0)