We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d4c81 commit 54f29b2Copy full SHA for 54f29b2
1 file changed
src/App.tsx
@@ -55,7 +55,7 @@ const AppLayout: FC = () => {
55
<div className="drawer-content flex flex-col w-full h-screen px-1 md:px-2 bg-base-300">
56
<Header />
57
<main
58
- className="grow flex flex-col overflow-auto bg-base-100 rounded-xl border-1 border-base-content/20 border-input inset-shadow-sm"
+ className="grow flex flex-col overflow-auto bg-base-100 rounded-xl border-1 border-base-content/20 dark:border-base-content/10 border-input inset-shadow-sm"
59
id="main-scroll"
60
>
61
<Outlet />
0 commit comments