diff --git a/apps/fullstack/components/editor/remotePointers/component.tsx b/apps/fullstack/components/editor/remotePointers/component.tsx
index 9143c376f735ed8f9996091cf82de00b664078c8..96ccbf862a08263f17095ed453654b9cac524cb9 100644
--- a/apps/fullstack/components/editor/remotePointers/component.tsx
+++ b/apps/fullstack/components/editor/remotePointers/component.tsx
@@ -89,9 +89,9 @@ function __Pointer({ pType, color, x, y, timestamp }: PointerI) {
         style: {
             left: x,
             top: y,
+            opacity,
         },
         color,
-        opacity,
     };
 
     useEffect(() => {