Unify modal and inspector glass material

This commit is contained in:
DCCONSTRUCTIONS
2026-07-11 13:07:47 +03:00
parent d873427fe2
commit d3e2859ca1
7 changed files with 24 additions and 23 deletions
+2 -1
View File
@@ -151,7 +151,8 @@ export function Window({
<div className="nodedc-overlay nodedc-ui-root" data-placement={placement} onPointerDown={handleBackdropPointerDown}>
<div
ref={dialogRef}
className={cn("nodedc-window nodedc-material-rim", className)}
className={cn("nodedc-window nodedc-glass-material nodedc-material-rim", className)}
data-material="glass-v4"
data-size={size === "md" ? undefined : size}
data-placement={placement}
data-draggable={draggable ? "true" : undefined}