Skip to content

Commit 1e4e54e

Browse files
authored
Fix rounded outline items (#3694)
1 parent 50c1be3 commit 1e4e54e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/mighty-bears-type.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Fix rounded outline items

packages/gitbook/src/components/PageAside/ScrollSectionsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function ScrollSectionsList({ sections }: { sections: DocumentSection[] }
110110
'opacity-8',
111111
'contrast-more:opacity-11',
112112

113-
'sidebar-list-default:rounded-l-none',
113+
'sidebar-list-default:rounded-l-none!',
114114
'sidebar-list-default:border-l',
115115
'sidebar-list-default:border-tint',
116116
],

0 commit comments

Comments
 (0)