forked from github/plane
style: empty state improvement (#2943)
This commit is contained in:
parent
0ffa075110
commit
796fd2d6c8
@ -30,7 +30,7 @@ export const EmptyState: React.FC<Props> = ({
|
|||||||
<div className="text-center flex flex-col items-center w-full">
|
<div className="text-center flex flex-col items-center w-full">
|
||||||
<Image src={image} className="w-52 sm:w-60" alt={primaryButton?.text} />
|
<Image src={image} className="w-52 sm:w-60" alt={primaryButton?.text} />
|
||||||
<h6 className="text-xl font-semibold mt-6 sm:mt-8 mb-3">{title}</h6>
|
<h6 className="text-xl font-semibold mt-6 sm:mt-8 mb-3">{title}</h6>
|
||||||
{description && <p className="text-custom-text-300 mb-7 sm:mb-8">{description}</p>}
|
{description && <p className="text-custom-text-300 mb-7 sm:mb-8 px-5">{description}</p>}
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-4">
|
||||||
{primaryButton && (
|
{primaryButton && (
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
Reference in New Issue
Block a user