diff --git a/packages/studio/src/components/editor/propertyPanelFlatStyleSections.tsx b/packages/studio/src/components/editor/propertyPanelFlatStyleSections.tsx index c8f10e482..2f689b0f0 100644 --- a/packages/studio/src/components/editor/propertyPanelFlatStyleSections.tsx +++ b/packages/studio/src/components/editor/propertyPanelFlatStyleSections.tsx @@ -237,7 +237,7 @@ function FlatStrokeRow({ } /* ------------------------------------------------------------------ */ -/* Flat Radius row — uniform case; legacy fallback otherwise */ +/* Flat Radius row — always delegates to BorderRadiusEditor */ /* ------------------------------------------------------------------ */ // fallow-ignore-next-line complexity