Add font sizes to themes

This commit is contained in:
Charles Bochet
2023-04-14 11:06:20 +02:00
parent 0445c03b51
commit d08066fb9d
9 changed files with 39 additions and 20 deletions

View File

@ -12,7 +12,7 @@ import { Company } from '../../interfaces/company.interface';
import { Pipe } from '../../interfaces/pipe.interface';
import { createColumnHelper } from '@tanstack/react-table';
import styled from '@emotion/styled';
import CellLink from '../../components/cell-link/CellLink';
import CellLink from '../../components/table/CellLink';
import TableHeader from '../../components/table/TableHeader';
import personPlaceholder from './placeholder.png';
import { parsePhoneNumber, CountryCode } from 'libphonenumber-js';