feat: change light theme

This commit is contained in:
Henry Li
2026-01-17 20:32:27 +08:00
parent e418eb6110
commit 79d87de523
5 changed files with 10 additions and 10 deletions

View File

@@ -94,7 +94,7 @@ export default function ChatPage() {
minSize={30}
>
<div className="relative flex size-full min-h-0 justify-between">
<header className="bg-background/80 absolute top-0 right-0 left-0 z-30 flex h-12 shrink-0 items-center px-4 drop-shadow-2xl backdrop-blur">
<header className="bg-background/80 absolute top-0 right-0 left-0 z-30 flex h-12 shrink-0 items-center px-4 backdrop-blur">
<div className="flex w-full items-center text-sm font-medium">
{threadId && title !== "Untitled" && (
<ThreadTitle threadId={threadId} threadTitle={title} />