Remove unnecessary customization

This commit is contained in:
Manav Rathi
2024-10-08 20:42:17 +05:30
parent 823347fdd2
commit 692bb0221c

View File

@@ -32,7 +32,6 @@ export const EnteLogo: React.FC<EnteLogoProps> = ({ height }) => (
const LogoImage = styled("img")` const LogoImage = styled("img")`
margin: 3px 0; margin: 3px 0;
pointer-events: none;
vertical-align: middle; vertical-align: middle;
`; `;