File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
src/components/Dropdown/DropdownCheckbox Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -49,32 +49,6 @@ const List = styled(Box)(({ theme }) => ({
49
49
} ,
50
50
} ) ) ;
51
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
- // color: string;
67
- // }
68
-
69
- // const OrgLabel = styled('span')<OrgLabelProps>`
70
- // margin: 0;
71
- // padding: 0;
72
- // width: 6px;
73
- // height: 14px;
74
- // border-radius: 3px;
75
- // background-color: ${({ color }) => color};
76
- // `;
77
-
78
52
interface ItemProps {
79
53
selected : boolean ;
80
54
}
You can’t perform that action at this time.
0 commit comments