Fix invalid Tailwind property (#275)

This commit is contained in:
Mohammed Sohail 2023-03-28 23:57:10 +03:00 committed by GitHub
parent 52d47292ad
commit b2ef40cf6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ export const Chat: FC<Props> = memo(
}, [messagesEndRef]); }, [messagesEndRef]);
return ( return (
<div className="overflow-none relative flex-1 bg-white dark:bg-[#343541]"> <div className="overflow-hidden relative flex-1 bg-white dark:bg-[#343541]">
{!(apiKey || serverSideApiKeyIsSet) ? ( {!(apiKey || serverSideApiKeyIsSet) ? (
<div className="mx-auto flex h-full w-[300px] flex-col justify-center space-y-6 sm:w-[500px]"> <div className="mx-auto flex h-full w-[300px] flex-col justify-center space-y-6 sm:w-[500px]">
<div className="mx-auto mb-5 text-gray-800 dark:text-gray-100"> <div className="mx-auto mb-5 text-gray-800 dark:text-gray-100">