fix mobile header and logo color
This commit is contained in:
parent
562dbe7442
commit
11989b2a00
2 changed files with 30 additions and 27 deletions
|
|
@ -13,7 +13,7 @@ export interface ChatList {
|
|||
export function ChatList({ messages }: ChatList) {
|
||||
return (
|
||||
<div className="relative h-full dark:bg-zinc-900">
|
||||
<div className="sticky top-0 border-b w-full bg-black sm:hidden text-white font-semibold">
|
||||
<div className="sticky top-0 border-b w-full bg-black md:hidden text-white font-semibold">
|
||||
<div className="px-4 py-2 flex items-center justify-between">
|
||||
<div className="flex flex-row gap-1 whitespace-nowrap items-center">
|
||||
<NextChatLogo className="h-6 w-6" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue