diff --git a/src/components/KeyValueInput.tsx b/src/components/KeyValueInput.tsx index 9d8794aa..cb6b7c3c 100644 --- a/src/components/KeyValueInput.tsx +++ b/src/components/KeyValueInput.tsx @@ -10,7 +10,7 @@ import { Button, } from "@mui/material"; import AddIcon from "@mui/icons-material/Add"; -import RemoveIcon from "@mui/icons-material/Remove"; +import RemoveIcon from "@mui/icons-material/DeleteOutline"; export interface IKeyValueInputProps { value: Record; @@ -113,14 +113,7 @@ export default function KeyValueInput({ onChange={handleChange(i, 1)} /> - - + + ); }