refactor(web): remove typescript
This commit is contained in:
7
packages/web/src/components/CustomLogo/style.ee.js
Normal file
7
packages/web/src/components/CustomLogo/style.ee.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import styled from '@emotion/styled';
|
||||
export const LogoImage = styled('img')(() => ({
|
||||
maxWidth: 200,
|
||||
maxHeight: 22,
|
||||
width: '100%',
|
||||
height: 'auto',
|
||||
}));
|
||||
Reference in New Issue
Block a user