FIX: Removes ununsed code
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
f8af302413
commit
77bb7ebe0e
@@ -117,19 +117,6 @@ const StyledIronCalcIcon = styled(IronCalcIcon)`
|
||||
}
|
||||
`;
|
||||
|
||||
const HelpButton = styled("div")`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 12px;
|
||||
font-family: Inter;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
`;
|
||||
|
||||
const Divider = styled("div")`
|
||||
margin: 0px 8px 0px 16px;
|
||||
height: 12px;
|
||||
|
||||
Reference in New Issue
Block a user