Skip to content

Commit a8b73d7

Browse files
committed
Ignore tertiary style
1 parent 4090a57 commit a8b73d7

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors.$fingerprint

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors.$fingerprint/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,8 @@ function ErrorGroupActionButtons({
678678
Resolve
679679
</Button>
680680
<Popover>
681-
<PopoverArrowTrigger>Ignore</PopoverArrowTrigger>
682-
<PopoverContent className="min-w-[180px] p-1" align="end">
681+
<PopoverArrowTrigger variant="tertiary">Ignore</PopoverArrowTrigger>
682+
<PopoverContent className="w-fit p-1" align="end">
683683
<PopoverMenuItem
684684
title="Ignore for 1 hour"
685685
onClick={() =>

0 commit comments

Comments
 (0)