Skip to content

Commit

Permalink
Update packages/nextra/src/client/components/file-tree.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored Sep 10, 2024
1 parent 4d6e542 commit 356bc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextra/src/client/components/file-tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Tree({ children }: { children: ReactNode }): ReactElement {
'_not-prose' // for nextra-theme-blog
)}
>
<ul className="_inline-block _rounded-lg _border _px-4 _py-2 dark:_border-neutral-800">
<ul className="_inline-block _rounded-lg _border _px-4 _py-2 _border-neutral-200/70 contrast-more:_border-neutral-400 dark:_border-primary-100/10 contrast-more:dark:_border-neutral-400">
{children}
</ul>
</div>
Expand Down

0 comments on commit 356bc22

Please sign in to comment.