21720: changed theme.sspacing.unit Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
[arvados.git] / services / workbench2 / src / views / login-panel / login-panel.tsx
index 452a66672a327bd9fd67db950efb295136d96efe..28cc7e471a819103a461add19b1dbb5bc4b5f3b3 100644 (file)
@@ -35,11 +35,11 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         zIndex: 10
     },
     title: {
-        marginBottom: theme.spacing.unit * 6,
+        marginBottom: theme.spacing(6),
         color: theme.palette.grey["800"]
     },
     content: {
-        marginBottom: theme.spacing.unit * 3,
+        marginBottom: theme.spacing(3),
         lineHeight: '1.2rem',
         color: theme.palette.grey["800"]
     },