Skip to content

Commit 4b7b003

Browse files
committed
[BLD-26] Portal: AI Chat UI improvements
1 parent cfea3b3 commit 4b7b003

File tree

20 files changed

+405
-404
lines changed

20 files changed

+405
-404
lines changed

apps/portal/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"remark-gfm": "4.0.1",
3535
"server-only": "^0.0.1",
3636
"shiki": "1.27.0",
37+
"sonner": "2.0.6",
3738
"tailwind-merge": "^2.6.0",
3839
"tailwindcss-animate": "^1.0.7",
3940
"thirdweb": "workspace:*",

apps/portal/src/app/chat/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const queryClient = new QueryClient();
88
export default function ChatPage() {
99
return (
1010
<QueryClientProvider client={queryClient}>
11-
<div className="m-auto flex h-[calc(100vh-4rem)] w-full flex-col overflow-hidden lg:size-[calc(100vh-8rem)]">
11+
<div className="flex h-[calc(100vh-65px)] flex-col overflow-hidden lg:h-[calc(100vh-102px)]">
1212
<Chat />
1313
</div>
1414
</QueryClientProvider>

apps/portal/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function RootLayout({
4343
enableSystem={false}
4444
>
4545
<NextTopLoader
46-
color="hsl(var(--link-foreground))"
46+
color="hsl(var(--foreground))"
4747
height={2}
4848
shadow={false}
4949
showSpinner={false}

0 commit comments

Comments
 (0)