Update rich editor style to be lighter and closer to printed doc
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -145,7 +145,7 @@ export function TableColumnMenuTrigger({
|
||||
strategy: "fixed",
|
||||
placement: "top",
|
||||
middleware: [
|
||||
offset(6),
|
||||
offset(4),
|
||||
size({
|
||||
apply({ rects, elements }) {
|
||||
Object.assign(elements.floating.style, {
|
||||
|
||||
@@ -9,7 +9,7 @@ export const tableColumnMenuVariants = tv({
|
||||
trigger: [
|
||||
"z-20 flex items-center justify-center",
|
||||
"rounded text-txt-tertiary bg-subtle hover:bg-border-solid cursor-grab",
|
||||
"py-0.5 h-3",
|
||||
"py-0.5 h-2",
|
||||
],
|
||||
menu: ["rounded-lg border border-border-mid bg-level-0 p-1 shadow-mid z-30"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user