fix mobile header and logo color

This commit is contained in:
Shu Ding 2023-05-22 13:24:09 +02:00
parent 562dbe7442
commit 11989b2a00
No known key found for this signature in database
GPG key ID: B84C6E25F5FEA16B
2 changed files with 30 additions and 27 deletions

View file

@ -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" />