Skip to content

Commit 99ad16a

Browse files
committed
Default table divider to border-gray-200
1 parent f249e63 commit 99ad16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/default.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@
15891589
@apply border-b dark:border-gray-800 dark:bg-gray-900;
15901590
}
15911591
.pc-table__tr {
1592-
@apply bg-white border-b dark:border-gray-800 dark:bg-gray-900 last:border-none;
1592+
@apply bg-white border-b border-gray-200 dark:border-gray-800 dark:bg-gray-900 last:border-none;
15931593
}
15941594
.pc-table__tr--row-click {
15951595
@apply hover:bg-gray-50 dark:hover:bg-gray-800;

0 commit comments

Comments
 (0)