X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/4ff8b25918f8441696baa393b10435a384fbc8eb..f06094d87f1c1b1bb8e886dd723bcdf17f0b727d:/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);