mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-28 12:42:44 -05:00
fix: PIN survey caused faulty layout due to background (#1826)
This commit is contained in:
@@ -13,7 +13,7 @@ export const metadata: Metadata = {
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className="flex h-screen flex-col bg-slate-50">{children}</body>
|
||||
<body className="flex h-screen flex-col">{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user