diff --git a/.changeset/fifty-pots-work.md b/.changeset/fifty-pots-work.md new file mode 100644 index 000000000..0ba655027 --- /dev/null +++ b/.changeset/fifty-pots-work.md @@ -0,0 +1,5 @@ +--- +"gitbook": patch +--- + +Decrease rounding of header logo diff --git a/packages/gitbook/src/components/Header/HeaderLogo.tsx b/packages/gitbook/src/components/Header/HeaderLogo.tsx index 64c159472..72d0b4798 100644 --- a/packages/gitbook/src/components/Header/HeaderLogo.tsx +++ b/packages/gitbook/src/components/Header/HeaderLogo.tsx @@ -48,8 +48,6 @@ export async function HeaderLogo(props: HeaderLogoProps) { ]} priority="high" style={tcls( - 'rounded', - 'straight-corners:rounded-sm', 'overflow-hidden', 'shrink', 'min-w-0',