21720: changed theme.sspacing.unit Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
[arvados.git] / services / workbench2 / src / views-components / details-panel / collection-details.tsx
index 4431465b87688ec985a11307d6fd23b8b9f7edae..cd3e92a7d36f5888a551939baba7430e46976c6f 100644 (file)
@@ -38,7 +38,7 @@ const styles: StyleRulesCallback<CssRules> = theme => ({
         textAlign: 'center',
     },
     editIcon: {
-        paddingRight: theme.spacing.unit/2,
+        paddingRight: theme.spacing/2,
         fontSize: '1.125rem',
     },
     editButton: {
@@ -47,8 +47,8 @@ const styles: StyleRulesCallback<CssRules> = theme => ({
         fontSize: '0.75rem'
     },
     tag: {
-        marginRight: theme.spacing.unit / 2,
-        marginBottom: theme.spacing.unit / 2
+        marginRight: theme.spacing / 2,
+        marginBottom: theme.spacing / 2
     },
 });