forked from github/plane
fix: build errors
This commit is contained in:
parent
f8f7932b48
commit
036bcee423
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user