cosmas28/toDo-ui

View on GitHub
components/Button.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Similar blocks of code found in 8 locations. Consider refactoring.
Invalid

const Label = styled.h5<LabelProps>`
font-size: 0.962rem;
color: ${(props): string => (props.isDelete ? '#FF0000' : '#3359DB')};
font-weight: 600;
`;
Severity: Major
Found in components/Button.tsx and 7 other locations - About 40 mins to fix
components/AuthPageLayout.tsx on lines 40..45
components/Common/Dropdown.tsx on lines 49..68
components/InputBox.tsx on lines 26..33
components/InputBox.tsx on lines 39..44
components/InputBox.tsx on lines 50..66
components/MenuButton.tsx on lines 31..36
components/Modal.tsx on lines 9..20

There are no issues that match your filters.

Category
Status