diff --git a/.changeset/mighty-bears-type.md b/.changeset/mighty-bears-type.md new file mode 100644 index 0000000000..0b9c5f8857 --- /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 196ef3f288..37c24ba6f2 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', ],