Add required margin to param field.

This commit is contained in:
muzam1l
2022-07-27 17:31:43 +05:30
parent a6c4db1951
commit df0f8abe62

View File

@@ -31,7 +31,6 @@ import {
SetHookData,
} from "../utils/setHook";
export const SetHookDialog: React.FC<{ accountAddress: string }> = React.memo(
({ accountAddress }) => {
const snap = useSnapshot(state);
@@ -256,6 +255,7 @@ export const SetHookDialog: React.FC<{ accountAddress: string }> = React.memo(
)}
/>
<Input
css={{ mx: "$2" }}
placeholder="Value (hex-quoted)"
{...register(
`HookParameters.${index}.HookParameter.HookParameterValue`