Skip to content

Commit 57d13b7

Browse files
committed
Update layout frame
1 parent 6bfa061 commit 57d13b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-concepts/navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: "map"
55
---
66

77
export const LayoutFrame = ({ children }) => (
8-
<div className="flex justify-center p-10 pointer-events-none border border-zinc-100 dark:border-zinc-800 rounded-2xl bg-zinc-100 dark:bg-zinc-900">
8+
<div className="flex justify-center p-10 pointer-events-none border border-zinc-200/50 dark:border-zinc-800 rounded-2xl bg-zinc-100 dark:bg-zinc-900">
99
{children}
1010
</div>
1111
)

0 commit comments

Comments
 (0)