Skip to content

Commit

Permalink
chore(https://app.clickup.com/t/86byfhvxf): reduce hotspot font size
Browse files Browse the repository at this point in the history
  • Loading branch information
enijar committed Apr 23, 2024
1 parent da9d748 commit df5abe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hotspot/hotspot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit df5abe5

Please sign in to comment.