diff --git a/src/components/Tasks/TaskListItem.tsx b/src/components/Tasks/TaskListItem.tsx index 8611f4a..c6f1536 100644 --- a/src/components/Tasks/TaskListItem.tsx +++ b/src/components/Tasks/TaskListItem.tsx @@ -29,7 +29,7 @@ const TagsList = React.memo((props: { tags: string[] }) => ( color="secondary" size="small" label={tag} - style={{ marginRight: '10px' }} + style={{ marginRight: '0.75em' }} component="li" />)} ));