Skip to content

Commit

Permalink
Fix shrinking page icons (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
clairechabas authored Jan 8, 2025
1 parent 88397bf commit 5ae1b88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-melons-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gitbook': patch
---

Fix shrinking page icons
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export function TOCPageIcon({ page }: { page: RevisionPage }) {
'dark:text-light/6',
'group-aria-current-page/toclink:text-primary',
'group-aria-current-page/toclink:dark:text-primary-400',
'shrink-0',
)}
/>
);
Expand Down

0 comments on commit 5ae1b88

Please sign in to comment.