Skip to content

Commit

Permalink
/event-types/detail wrong empty screen for workflows
Browse files Browse the repository at this point in the history
Co-authored-by: gitstart <gitstart@gitstart.com>
Co-authored-by: Klinger Matheus <50892465+KlingerMatheus@users.noreply.github.com>
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com>
Co-authored-by: Matheus Muniz <matheusmuniz100@hotmail.com>
Co-authored-by: Grace Nshokano <grace.devolop@gmail.com>
Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com>
Co-authored-by: Olusanya Timothy <48022904+seunexplicit@users.noreply.github.com>
Co-authored-by: Thiago Nascimbeni <tnascimbeni@gmail.com>
  • Loading branch information
10 people committed Sep 29, 2022
2 parents 246c90c + 246c90c commit c9071c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/features/ee/workflows/components/v2/EmptyScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function EmptyScreen({

return (
<>
<div className="min-h-80 flex w-full flex-col items-center justify-center rounded-md ">
<div className="min-h-80 flex w-full flex-col items-center justify-center rounded-md border border-dashed p-7 lg:p-20">
<div className="flex h-[72px] w-[72px] items-center justify-center rounded-full bg-gray-200 dark:bg-white">
<IconHeading className="inline-block h-10 w-10 stroke-[1.3px] dark:bg-gray-900 dark:text-gray-600" />
</div>
Expand All @@ -75,6 +75,7 @@ export default function EmptyScreen({
{buttonOnClick && buttonText && (
<Button
type="button"
color="secondary"
StartIcon={Icon.FiPlus}
onClick={(e) => buttonOnClick(e)}
loading={isLoading}
Expand Down

0 comments on commit c9071c5

Please sign in to comment.