remove redundant props

This commit is contained in:
Abhinav 2022-06-13 17:14:06 +05:30
parent 9ddd76258e
commit 5bd75e6b61

View file

@ -22,9 +22,6 @@ export const PaddedDivider = MuiStyled(Divider)<{
export const DotSeparator = styled(CircleIcon)`
height: 4px;
width: 4px;
left: 86px;
top: 18px;
border-radius: 0px;
margin: 0 ${({ theme }) => theme.spacing(1)};
color: ${({ theme }) => theme.palette.text.secondary};
`;