Fix menu shadows

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-26 15:40:23 +04:00
parent 96168cbfb0
commit 0a0b01fa05
6 changed files with 6 additions and 6 deletions

View File

@@ -11,6 +11,6 @@ export const tableRowMenuVariants = tv({
"rounded text-txt-tertiary bg-subtle hover:bg-border-solid cursor-grab",
"px-0.5 w-3",
],
menu: ["rounded-lg border border-border-mid bg-level-0 p-1 shadow-md z-30"],
menu: ["rounded-lg border border-border-mid bg-level-0 p-1 shadow-mid z-30"],
},
});