21720: changed theme.sspacing.unit Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
[arvados.git] / services / workbench2 / src / views-components / resource-properties-form / resource-properties-form.tsx
index 0147312912730849da6fceba14be2fa799f53ec6..250cb9e817ee41ee7971ffafe9ac87623dfcee28 100644 (file)
@@ -13,7 +13,7 @@ import { ProgressButton } from 'components/progress-button/progress-button';
 import { GridClassKey } from '@material-ui/core/Grid';
 
 const AddButton = withStyles(theme => ({
-    root: { marginTop: theme.spacing.unit }
+    root: { marginTop: theme.spacing }
 }))(ProgressButton);
 
 const mapStateToProps = (state: RootState) => {