diff --git a/src/pages/XRSession.tsx b/src/pages/XRSession.tsx index 9804999..6b98b8f 100644 --- a/src/pages/XRSession.tsx +++ b/src/pages/XRSession.tsx @@ -300,13 +300,24 @@ function XRMeasurementOverlay() { - -
- - {m.distanceMM.toFixed(1)} mm - -
- + + {/* Background plate */} + + + + + + {`${m.distanceMM.toFixed(1)} mm`} + + ); })}