diff --git a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Counts should be available via button and modal #3.png b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Counts should be available via button and modal #3.png
index faea526f0ed..78368098e48 100644
Binary files a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Counts should be available via button and modal #3.png and b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Counts should be available via button and modal #3.png differ
diff --git a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #0.png b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #0.png
index afbcd59873d..e7e70c57443 100644
Binary files a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #0.png and b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #0.png differ
diff --git a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #1.png b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #1.png
index 1664a85a95a..1b4d8d8f0e4 100644
Binary files a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #1.png and b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #1.png differ
diff --git a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #2.png b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #2.png
index 28de364df7c..bec18714b85 100644
Binary files a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #2.png and b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #2.png differ
diff --git a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #4.png b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #4.png
index b6f7e64d25a..8bdc30a14e4 100644
Binary files a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #4.png and b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #4.png differ
diff --git a/designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/StringBooleanVariants/AnyValueVariant.tsx b/designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/StringBooleanVariants/AnyValueVariant.tsx
index ddfc7297b3a..370879efa07 100644
--- a/designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/StringBooleanVariants/AnyValueVariant.tsx
+++ b/designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/StringBooleanVariants/AnyValueVariant.tsx
@@ -24,14 +24,6 @@ export const AnyValueVariant = ({ item, path, onChange, readOnly, variableTypes,
return (
<>
-
+
>
);
};
diff --git a/designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/StringBooleanVariants/AnyValueWithSuggestionVariant.tsx b/designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/StringBooleanVariants/AnyValueWithSuggestionVariant.tsx
index ccf24f3b4ad..9e44691e5bb 100644
--- a/designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/StringBooleanVariants/AnyValueWithSuggestionVariant.tsx
+++ b/designer/client/src/components/graph/node-modal/fragment-input-definition/settings/variants/StringBooleanVariants/AnyValueWithSuggestionVariant.tsx
@@ -45,14 +45,6 @@ export const AnyValueWithSuggestionVariant = ({ item, path, onChange, variableTy
name={item.name}
initialValue={item.initialValue}
/>
-
+
>
);
};
diff --git a/docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #1.png b/docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #1.png
index ef55e93c62d..7bd53b7f6de 100644
Binary files a/docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #1.png and b/docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #1.png differ
diff --git a/docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #2.png b/docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #2.png
index 7bff4f5df01..dbac5b94a54 100644
Binary files a/docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #2.png and b/docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Inputs #2.png differ