From 3aa48058f7a40eda81b982913e27063cff4b4618 Mon Sep 17 00:00:00 2001 From: hypercross Date: Mon, 10 Aug 2026 12:24:46 +0800 Subject: [PATCH] fix(tabletop): render surface outline without depth test --- packages/tabletop/src/surfaces/SurfaceBounds.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/tabletop/src/surfaces/SurfaceBounds.tsx b/packages/tabletop/src/surfaces/SurfaceBounds.tsx index 427f0cb..255bdec 100644 --- a/packages/tabletop/src/surfaces/SurfaceBounds.tsx +++ b/packages/tabletop/src/surfaces/SurfaceBounds.tsx @@ -23,7 +23,9 @@ export function SurfaceBounds({ surface }: { surface: Surface }) { return ( - {surface.size && } + {surface.size && ( + + )}
{surface.type}#{surface.id}