21720: changed theme.sspacing.unit Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
[arvados.git] / services / workbench2 / src / components / autocomplete / autocomplete.tsx
index 17d85e856c3cb53901f468b31ccd5bf4e93c6d40..2391f52a3297af27579947e5b077c1955bde9cf2 100644 (file)
@@ -233,8 +233,8 @@ type ChipClasses = 'root';
 
 const chipStyles: StyleRulesCallback<ChipClasses> = theme => ({
     root: {
-        marginRight: theme.spacing.unit / 4,
-        height: theme.spacing.unit * 3,
+        marginRight: theme.spacing(1) / 4,
+        height: theme.spacing(3),
     }
 });