From 1e3a62a385a820b70b91f6af1aaef663fcedeb05 Mon Sep 17 00:00:00 2001 From: Rishabh Gupta Date: Sat, 26 Oct 2024 01:15:20 +0530 Subject: [PATCH] color udpate --- src/stories/basics/schematic-net-label.stories.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stories/basics/schematic-net-label.stories.tsx b/src/stories/basics/schematic-net-label.stories.tsx index b681d2a..bd183c2 100644 --- a/src/stories/basics/schematic-net-label.stories.tsx +++ b/src/stories/basics/schematic-net-label.stories.tsx @@ -72,6 +72,7 @@ export const SchematicNetLabel = () => { y: -0.5, }, rotation: 0, + color: "black", }, { type: "schematic_text", @@ -84,6 +85,7 @@ export const SchematicNetLabel = () => { y: -0.3, }, rotation: 0, + color: "black", }, { type: "source_net",