Skip to content

Commit b4eb84c

Browse files
committed
feat: few more ui fixes
1 parent b20aab1 commit b4eb84c

10 files changed

Lines changed: 832 additions & 220 deletions

File tree

public/Group 12.png

33.3 KB
Loading

public/favicon.ico

-8 KB
Binary file not shown.

src/app/(app)/ask/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function ChatLayout({
2020
<TRPCReactProvider>
2121
<UIStructure />
2222
<SidebarInset className="!h-svh p-2">
23-
<div className="bg-muted/80 relative h-full max-h-svh w-full rounded-xl p-4">
23+
<div className="bg-muted/60 relative h-full max-h-svh w-full rounded-xl p-4">
2424
<div className="absolute top-0 left-0 z-[50] flex h-12 w-full items-center justify-between px-3">
2525
<SidebarToggle />
2626
<div className="flex items-center gap-2">

0 commit comments

Comments
 (0)