diff --git a/src/components/hotspot/hotspot.tsx b/src/components/hotspot/hotspot.tsx index 4b1aa34..0b1f3d5 100644 --- a/src/components/hotspot/hotspot.tsx +++ b/src/components/hotspot/hotspot.tsx @@ -189,7 +189,7 @@ export default function Hotspot({ scale-x={flipped ? -1 : 1} position-x={0.025} position-z={0.057 + 0.0001} - fontSize={0.395 / 2} + fontSize={0.3 / 2} color="#000000" onAfterRender={(renderer, scene, camera, geometry) => { const nextWidth = Math.abs(geometry.boundingBox.max.x * 2);