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 333f9b2 commit f5ae938Copy full SHA for f5ae938
app/src/app/globals.css
@@ -77,7 +77,7 @@ svg rect {
77
#shadcn-theme-editor {
78
@apply w-fit
79
}
80
-#shadcn-theme-editor > aside {
+div[role="dialog"] > #shadcn-theme-editor > aside {
81
@apply !flex flex-col !static !bg-transparent
82
83
#shadcn-theme-editor> aside > :nth-last-child(2) {
app/src/app/layout.tsx
@@ -31,7 +31,7 @@ export default async function RootLayout({
31
</header>
32
<main className="w-full">
33
<div className="w-full flex flex-col justify-between md:px-8 px-4 lg:px-12 min-h-screen">{children}</div>
34
- {/* <ShadcnThemeEditor /> */}
+ <ShadcnThemeEditor />
35
<ThemeEditor />
36
</main>
37
</ThemeProvider>
0 commit comments