Skip to content

Commit

Permalink
topbar sheet style fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed May 3, 2024
1 parent 6e6d47a commit 79277ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat/chat-topbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function ChatTopbar({
</div>
</SheetTrigger>
<SheetContent side="left">
<div className="w-[260px] bg-amber-100">
<div>
<Sidebar
chatId={chatId || ""}
setChatId={setChatId}
Expand Down

0 comments on commit 79277ac

Please sign in to comment.