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

@@ -10,6 +10,6 @@ export const tableCellMenuVariants = tv({
"z-20 flex size-5 items-center justify-center",
"rounded text-border-info cursor-pointer",
],
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"],
},
});