We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d01b7 commit 0e0cde7Copy full SHA for 0e0cde7
src/components/Dropdown/DropdownCheckbox/DropdownCheckbox.tsx
@@ -49,32 +49,6 @@ const List = styled(Box)(({ theme }) => ({
49
},
50
}));
51
52
-// interface PathLabelProps {
53
-// color: string;
54
-// }
55
-
56
-// const PathLabel = styled('span')<PathLabelProps>`
57
-// margin: 0;
58
-// padding: 0;
59
-// width: 14px;
60
-// height: 14px;
61
-// border-radius: 50%;
62
-// background-color: ${({ color }) => color};
63
-// `;
64
65
-// interface OrgLabelProps {
66
67
68
69
-// const OrgLabel = styled('span')<OrgLabelProps>`
70
71
72
-// width: 6px;
73
74
-// border-radius: 3px;
75
76
77
78
interface ItemProps {
79
selected: boolean;
80
}
0 commit comments