From bd644466f349a58d205e905f4a087eb0828a2e9b Mon Sep 17 00:00:00 2001 From: imrishabh18 Date: Tue, 28 Oct 2025 18:44:00 +0530 Subject: [PATCH] fix: incorrect prop name for the silkscreenrect component --- docs/footprints/silkscreenrect.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/footprints/silkscreenrect.mdx b/docs/footprints/silkscreenrect.mdx index 7baea9e..37d963d 100644 --- a/docs/footprints/silkscreenrect.mdx +++ b/docs/footprints/silkscreenrect.mdx @@ -22,7 +22,7 @@ import CircuitPreview from "@site/src/components/CircuitPreview" ## Filled Silkscreen Rectangles -Enable the `isFilled` prop to create solid silkscreen blocks—useful for alignment targets or bold markings. You can mix filled and outlined rectangles within the same footprint. +Enable the `filled` prop to create solid silkscreen blocks—useful for alignment targets or bold markings. You can mix filled and outlined rectangles within the same footprint. ( @@ -34,7 +34,7 @@ Enable the `isFilled` prop to create solid silkscreen blocks—useful for alignm pcbY={0} width={1} height={1} - isFilled + filled />