Files
automatisch/packages/web/src/components/CustomLogo/style.ee.js
2024-07-11 11:28:45 +01:00

7 lines
143 B
JavaScript

import styled from '@emotion/styled';
export const LogoImage = styled('img')(() => ({
maxWidth: 200,
maxHeight: 22,
height: 'auto',
}));