13979-creating-project-name-of-previously-created-project-is-still-populating-name...
[arvados-workbench2.git] / src / components / list-item-text-icon / list-item-text-icon.tsx
index 8f9d4744dd3145364d0aea2350e5e995c51af25b..6f8a2c4302e635bd9b4222801d0ddbb9ce5f82bb 100644 (file)
@@ -23,7 +23,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         color: theme.palette.primary.main,
     },
     hasMargin: {
-        marginLeft: '18px',
+        marginLeft: `${theme.spacing.unit}px`,
     },
 });