fix: size on EmptyChat

This commit is contained in:
Buns Enchantress 2024-06-12 08:02:11 -05:00
parent 476303f52b
commit 94a36f7f37

View file

@ -12,7 +12,9 @@ const EmptyChat = ({
}) => {
return (
<div className="relative">
<ThemeSwitcher size={17} className="absolute top-2 right-0 lg:hidden" />
<ThemeSwitcher
// size={17}
className="absolute top-2 right-0 lg:hidden" />
<div className="flex flex-col items-center justify-center min-h-screen max-w-screen-sm mx-auto p-2 space-y-8">
<h2 className="text-black/70 dark:text-white/70 text-3xl font-medium -mt-8">