Fix linter and yarn.lock not being synced

This commit is contained in:
Charles Bochet 2024-07-19 18:57:38 +02:00
parent 187b6f9335
commit 41211dc1a6
2 changed files with 4560 additions and 4560 deletions

View File

@ -2,10 +2,10 @@ import { styled } from '@linaria/react';
import { useContext } from 'react'; import { useContext } from 'react';
import { ThemeContext } from 'twenty-ui'; import { ThemeContext } from 'twenty-ui';
const StyledTh = styled.th<{ backgroundColor: string;}>` const StyledTh = styled.th<{ backgroundColor: string }>`
background: ${({ backgroundColor }) => backgroundColor};
border-bottom: none; border-bottom: none;
border-top: none; border-top: none;
background: ${({ backgroundColor }) => backgroundColor};
`; `;
export const RecordTableHeaderDragDropColumn = () => { export const RecordTableHeaderDragDropColumn = () => {

9112
yarn.lock

File diff suppressed because it is too large Load Diff