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:
Émile Ré
2026-04-03 16:40:35 +04:00
parent 6d1a7c846d
commit 5359fe9931
13 changed files with 118 additions and 84 deletions

View File

@@ -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, {

View File

@@ -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"],
},