diff --git a/frontend/src/component/project/Project/CreateProject/SelectionButton.styles.tsx b/frontend/src/component/project/Project/CreateProject/SelectionButton.styles.tsx index 89b9761948..d4317514af 100644 --- a/frontend/src/component/project/Project/CreateProject/SelectionButton.styles.tsx +++ b/frontend/src/component/project/Project/CreateProject/SelectionButton.styles.tsx @@ -15,6 +15,7 @@ export const StyledListItem = styled(ListItem)(({ theme }) => ({ backgroundColor: theme.palette.action.hover, outline: 'none', }, + minHeight: theme.spacing(4.5), })); export const StyledCheckbox = styled(Checkbox)(({ theme }) => ({