Skip to content

Commit 482a0a9

Browse files
committed
Fix inconsistent colors
1 parent baa51a4 commit 482a0a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/gitbook/src/components/DocumentView/Table/table.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@
5757
.cell:not(:last-child) {
5858
@apply border-r;
5959
}
60+
61+
:global(.dark) .cell {
62+
@apply border-tint-300/3;
63+
}

0 commit comments

Comments
 (0)