From d0742ae480ffb055ddb0af70dc657eb19216c3f5 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Sat, 15 Nov 2025 16:22:29 -0800 Subject: [PATCH] fix scale of Item and TSStatic --- src/components/Item.tsx | 2 +- src/components/TSStatic.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Item.tsx b/src/components/Item.tsx index f65fad7e..6f840cc7 100644 --- a/src/components/Item.tsx +++ b/src/components/Item.tsx @@ -69,7 +69,7 @@ export function Item({ object }: { object: ConsoleObject }) { {shapeName ? ( }> diff --git a/src/components/TSStatic.tsx b/src/components/TSStatic.tsx index 3bd1d704..cee5108c 100644 --- a/src/components/TSStatic.tsx +++ b/src/components/TSStatic.tsx @@ -20,7 +20,7 @@ export function TSStatic({ object }: { object: ConsoleObject }) { }> }>