21720: changed theme.sspacing.unit Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
[arvados.git] / services / workbench2 / src / views / not-found-panel / not-found-panel-root.tsx
index e5d8507b5cfce976b734442a29c3667ff10d5794..cf6c3c7a864a4d81c3f529eaeab1f32d3e2711d3 100644 (file)
@@ -17,9 +17,9 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         height: '100vh'
     },
     title: {
-        paddingLeft: theme.spacing.unit * 3,
-        paddingTop: theme.spacing.unit * 3,
-        paddingBottom: theme.spacing.unit * 3,
+        paddingLeft: theme.spacing(3),
+        paddingTop: theme.spacing(3),
+        paddingBottom: theme.spacing(3),
         fontSize: '18px'
     },
     active: {