fix: build errors

This commit is contained in:
Muhamade Sabith .T.U 2023-11-28 11:29:41 +05:30
parent f8f7932b48
commit 036bcee423
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ export const DashboardScreenEmptyState: React.FC<Props> = ({ primaryButton, disa
</Button>
<div className="flex max-w-md absolute top-0 left-1/2 ml-28 pb-5">
<div className="relative w-0 h-0 border-t-[11px] mt-5 border-custom-border-200 border-b-[11px] border-r-[11px] border-y-transparent">
<div className="absolute top-[-10px] right-[-12px] w-0 h-0 border-t-[10px] border-custom-background-100 border-b-[10px] border-r-[10px] border-y-transparent"></div>
<div className="absolute top-[-10px] right-[-12px] w-0 h-0 border-t-[10px] border-custom-background-100 border-b-[10px] border-r-[10px] border-y-transparent" />
</div>
<div className="border border-custom-border-200 rounded-md bg-custom-background-100">
<h1 className="p-5">

View File

@ -39,7 +39,7 @@ export const ProjectScreenEmptyState: React.FC<Props> = ({ primaryButton, disabl
</Button>
<div className="flex max-w-md absolute top-0 left-1/2 ml-28 pb-5">
<div className="relative w-0 h-0 border-t-[11px] mt-5 border-custom-border-200 border-b-[11px] border-r-[11px] border-y-transparent">
<div className="absolute top-[-10px] right-[-12px] w-0 h-0 border-t-[10px] border-custom-background-100 border-b-[10px] border-r-[10px] border-y-transparent"></div>
<div className="absolute top-[-10px] right-[-12px] w-0 h-0 border-t-[10px] border-custom-background-100 border-b-[10px] border-r-[10px] border-y-transparent" />
</div>
<div className="border border-custom-border-200 rounded-md bg-custom-background-100">
<h1 className="p-5">