Skip to content

Commit 54f29b2

Browse files
committed
style(App): add dark mode border color support
- Maintains visual consistency in dark mode
1 parent f2d4c81 commit 54f29b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const AppLayout: FC = () => {
5555
<div className="drawer-content flex flex-col w-full h-screen px-1 md:px-2 bg-base-300">
5656
<Header />
5757
<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"
58+
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"
5959
id="main-scroll"
6060
>
6161
<Outlet />

0 commit comments

Comments
 (0)