Update ChatDetail.tsx

This commit is contained in:
NotII
2025-03-18 04:18:14 +01:00
parent 5346b3a3b7
commit 5c8d4b48fe

View File

@@ -381,7 +381,7 @@ export default function ChatDetail({ chatId }: { chatId: string }) {
return (
<div className="flex flex-col h-screen w-full relative">
<div className="border-b py-2 px-4 flex items-center space-x-2 bg-card z-10">
<div className="border-b h-16 px-4 flex items-center space-x-2 bg-card z-10">
<Button variant="ghost" size="icon" onClick={handleBackClick}>
<ArrowLeft className="h-5 w-5" />
</Button>