Skip to content

Commit

Permalink
feat: remove default dark
Browse files Browse the repository at this point in the history
  • Loading branch information
soyricardodev committed Jul 14, 2024
1 parent 2eba7f7 commit bf3ee0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gifting-concierge/src/app/confirm/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const metadata: Metadata = {
export default function Layout({ children }: { children: React.ReactNode }) {
return (
<>
<main className="flex min-h-dvh h-full flex-col dark bg-black">
<main className="flex min-h-dvh h-full flex-col bg-black">
<div className="relative z-20 mx-auto min-h-screen h-full w-full max-w-7xl px-6 md:px-8 lg:px-12">
<Header />
{children}
Expand Down

0 comments on commit bf3ee0e

Please sign in to comment.