From f17e0cb955f07e50892e7a6e88d551cb4cd6b476 Mon Sep 17 00:00:00 2001 From: wass08 Date: Mon, 2 Mar 2026 08:53:34 +0900 Subject: [PATCH] fix dot color --- apps/editor/components/ui/sidebar/panels/site-panel/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/editor/components/ui/sidebar/panels/site-panel/index.tsx b/apps/editor/components/ui/sidebar/panels/site-panel/index.tsx index 9b96eb36..bf40beeb 100644 --- a/apps/editor/components/ui/sidebar/panels/site-panel/index.tsx +++ b/apps/editor/components/ui/sidebar/panels/site-panel/index.tsx @@ -958,7 +958,7 @@ function ZoneItem({ zone, isLast }: { zone: ZoneNode, isLast?: boolean }) {