style: empty state for analytics, views and pages (#2967)

This commit is contained in:
sabith-tu 2023-12-01 18:19:17 +05:30 committed by sriram veeraghanta
parent f969ed0662
commit d7457ed5f4
9 changed files with 49 additions and 25 deletions

View file

@ -46,7 +46,7 @@ export const NewEmptyState: React.FC<Props> = ({
<h3 className="font-semibold text-2xl">{title}</h3>
{description && <p className=" text-lg">{description}</p>}
<div className="relative w-full max-w-6xl">
<Image src={image} className="w-52 sm:w-60" alt={primaryButton?.text || "button image"} />
<Image src={image} className="w-full" alt={primaryButton?.text || "button image"} />
</div>
<div className="flex justify-center items-start relative">