This repository was archived by the owner on Feb 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/ui/src/components/Popover/__snapshots__ Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ exports[`Popover > (Snapshot) renders menu with items 1`] = `
6363 class = " hover:bg-background-secondary hover:border-border flex w-full cursor-pointer items-center gap-3 border-t border-transparent px-3 py-2 text-left text-sm outline-none not-last:border-b first:border-t-0 last:border-b-0"
6464 >
6565 <span
66- class = " w-8 shrink-0"
66+ class = " w-4 shrink-0"
6767 />
6868 <span >
6969 Action One
@@ -73,7 +73,7 @@ exports[`Popover > (Snapshot) renders menu with items 1`] = `
7373 class = " hover:bg-background-secondary hover:border-border flex w-full cursor-pointer items-center gap-3 border-t border-transparent px-3 py-2 text-left text-sm outline-none not-last:border-b first:border-t-0 last:border-b-0"
7474 >
7575 <span
76- class = " w-8 shrink-0"
76+ class = " w-4 shrink-0"
7777 />
7878 <span >
7979 Action Two
@@ -83,7 +83,7 @@ exports[`Popover > (Snapshot) renders menu with items 1`] = `
8383 class = " hover:bg-background-secondary hover:border-border flex w-full cursor-pointer items-center gap-3 border-t border-transparent px-3 py-2 text-left text-sm outline-none not-last:border-b first:border-t-0 last:border-b-0 text-accent-red"
8484 >
8585 <span
86- class = " w-8 shrink-0"
86+ class = " w-4 shrink-0"
8787 />
8888 <span >
8989 Delete
You can’t perform that action at this time.
0 commit comments