Skip to content

Commit

Permalink
zk: dark mood is ch
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Jun 13, 2024
1 parent 5ae64cc commit 20e4619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function RootLayout({

<meta name="twitter:card" content="zobaidulkazi" />
<body className={inter.className}>
<div className="flex bg-slate-600 dark:bg-slate-900 text-slate-900 dark:text-slate-50">
<div className="flex">
<Sidebar />
<main className="flex-1 ml-0 md:ml-64 p-5 transition-all duration-300 relative">
<div className="fixed top-4 right-4 z-50">
Expand Down

0 comments on commit 20e4619

Please sign in to comment.