From d573693fb6e5f739cd43fc04a1837137399e7ecf Mon Sep 17 00:00:00 2001 From: Viktor Renkema Date: Mon, 23 Dec 2024 09:44:27 +0100 Subject: [PATCH] Fix inconsistent colors --- .../gitbook/src/components/DocumentView/Table/table.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitbook/src/components/DocumentView/Table/table.module.css b/packages/gitbook/src/components/DocumentView/Table/table.module.css index 4529cd5b8..c622c3799 100644 --- a/packages/gitbook/src/components/DocumentView/Table/table.module.css +++ b/packages/gitbook/src/components/DocumentView/Table/table.module.css @@ -39,7 +39,7 @@ } :global(.dark) .row { - @apply border-tint-300/3; + @apply border-tint-700/2; } .rowGroup {