From 1e4e54e752098476ff700e14801d155708aaa038 Mon Sep 17 00:00:00 2001 From: Zeno Kapitein Date: Mon, 29 Sep 2025 13:33:40 +0200 Subject: [PATCH] Fix rounded outline items (#3694) --- .changeset/mighty-bears-type.md | 5 +++++ .../gitbook/src/components/PageAside/ScrollSectionsList.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/mighty-bears-type.md diff --git a/.changeset/mighty-bears-type.md b/.changeset/mighty-bears-type.md new file mode 100644 index 000000000..0b9c5f885 --- /dev/null +++ b/.changeset/mighty-bears-type.md @@ -0,0 +1,5 @@ +--- +"gitbook": patch +--- + +Fix rounded outline items diff --git a/packages/gitbook/src/components/PageAside/ScrollSectionsList.tsx b/packages/gitbook/src/components/PageAside/ScrollSectionsList.tsx index 196ef3f28..37c24ba6f 100644 --- a/packages/gitbook/src/components/PageAside/ScrollSectionsList.tsx +++ b/packages/gitbook/src/components/PageAside/ScrollSectionsList.tsx @@ -110,7 +110,7 @@ export function ScrollSectionsList({ sections }: { sections: DocumentSection[] } 'opacity-8', 'contrast-more:opacity-11', - 'sidebar-list-default:rounded-l-none', + 'sidebar-list-default:rounded-l-none!', 'sidebar-list-default:border-l', 'sidebar-list-default:border-tint', ],