fix: Set max width/height to company logo of pdf templates

This commit is contained in:
Ahmed Bouhuolia
2024-10-08 10:11:40 +02:00
parent 1a1095c99b
commit f9aa6abdd7
7 changed files with 32 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import clsx from 'classnames';
import { get } from 'lodash';
import { Box, Group, GroupProps, Stack } from '@/components';
import { Box, Group, GroupProps } from '@/components';
import styles from './InvoicePaperTemplate.module.scss';
export interface PaperTemplateProps {