21720: changed theme.sspacing.unit Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
[arvados.git] / services / workbench2 / src / views / workbench / workbench-loading-screen.tsx
index 1b70ece6dc380d3ec6b02cfbbd4ae1b31ae0b29e..980bdf3a2a45c4a6d237736d8d72465e666f0103 100644 (file)
@@ -11,7 +11,7 @@ type CssRules = 'root' | 'img';
 
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     img: {
-        marginBottom: theme.spacing.unit * 4
+        marginBottom: theme.spacing(4)
     },
     root: {
         background: theme.palette.background.default,