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

9112
yarn.lock

File diff suppressed because it is too large Load Diff