diff --git a/packages/react/src/components/LoadedCode.tsx b/packages/react/src/components/LoadedCode.tsx index 2d49181..f449046 100644 --- a/packages/react/src/components/LoadedCode.tsx +++ b/packages/react/src/components/LoadedCode.tsx @@ -31,17 +31,11 @@ export const LoadedCode = forwardRef< }, [state]); return ( -
+    
- - {state ?? null} - -
+
+        
+          {state ?? null}
+        
+      
+ ); });