From 2042e5c01d2846dbc3c2ceda04c75e3e6fc4817e Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:11:22 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/pages/XRSession.tsx | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) 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`} + + ); })}