X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f880dbab588eff4a3623011e3f1bd4407eda4cca..46751b9305a7e991d484494facd1f40790254d40:/src/views-components/resource-properties-form/resource-properties-form.tsx diff --git a/src/views-components/resource-properties-form/resource-properties-form.tsx b/src/views-components/resource-properties-form/resource-properties-form.tsx index a62b3d15..6c2e025a 100644 --- a/src/views-components/resource-properties-form/resource-properties-form.tsx +++ b/src/views-components/resource-properties-form/resource-properties-form.tsx @@ -39,6 +39,6 @@ export const ResourcePropertiesForm = ({ handleSubmit, submitting, invalid, clas ; -const Button = withStyles(theme => ({ +export const Button = withStyles(theme => ({ root: { marginTop: theme.spacing.unit } }))(ProgressButton);