Fix shrinking page icons (#2702)

This commit is contained in:
Claire Chabas
2025-01-08 16:59:32 +01:00
committed by GitHub
parent 88397bf419
commit 5ae1b883ab
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'gitbook': patch
---
Fix shrinking page icons
@@ -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',
)}
/>
);