diff --git a/src/components/ModalsContainer/BlueprintModal/Body/Editor/CustomAttributesStep/FormInput/index.tsx b/src/components/ModalsContainer/BlueprintModal/Body/Editor/CustomAttributesStep/FormInput/index.tsx index 3a04d1e2f..48d0c5b89 100644 --- a/src/components/ModalsContainer/BlueprintModal/Body/Editor/CustomAttributesStep/FormInput/index.tsx +++ b/src/components/ModalsContainer/BlueprintModal/Body/Editor/CustomAttributesStep/FormInput/index.tsx @@ -108,7 +108,7 @@ export const FormInput = ({ /> - setValue(`attributes[${index}].type`, val?.value)} @@ -235,3 +235,9 @@ const PlusIconWrapper = styled.span` margin-top: 2px; } ` + +const StyledAutoComplete = styled(AutoComplete)` + & .MuiInput-input.MuiInputBase-input { + padding: 8px 2px !important; + } +`