@@ -10,6 +10,6 @@ export const blockMenuVariants = tv({
|
||||
"z-20 flex size-6 items-center justify-center",
|
||||
"rounded text-txt-tertiary hover:bg-subtle hover:text-txt-primary text-xl font-light 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"],
|
||||
},
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ import { MenuButton } from "./MenuButton";
|
||||
|
||||
const bubbleMenuVariants = tv({
|
||||
slots: {
|
||||
root: "flex flex-col items-stretch z-20 rounded-lg border border-border-mid bg-level-0 shadow-md",
|
||||
root: "flex flex-col items-stretch z-20 rounded-lg border border-border-mid bg-level-0 shadow-mid",
|
||||
toolbar: "flex items-center gap-1 p-1",
|
||||
linkInput: "flex items-center gap-1 border-t border-border-mid px-2 py-1.5",
|
||||
},
|
||||
|
||||
@@ -10,6 +10,6 @@ export const optionsMenuVariants = tv({
|
||||
"z-20 flex size-6 items-center justify-center",
|
||||
"rounded text-txt-tertiary hover:bg-subtle hover:text-txt-primary cursor-grab",
|
||||
],
|
||||
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"],
|
||||
},
|
||||
});
|
||||
|
||||
@@ -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"],
|
||||
},
|
||||
});
|
||||
|
||||
@@ -11,6 +11,6 @@ export const tableColumnMenuVariants = tv({
|
||||
"rounded text-txt-tertiary bg-subtle hover:bg-border-solid cursor-grab",
|
||||
"py-0.5 h-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"],
|
||||
},
|
||||
});
|
||||
|
||||
@@ -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"],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user