We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfa061 commit 57d13b7Copy full SHA for 57d13b7
core-concepts/navigation.mdx
@@ -5,7 +5,7 @@ icon: "map"
5
---
6
7
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">
+ <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">
9
{children}
10
</div>
11
)
0 commit comments