mirror of
https://github.com/lingble/twenty.git
synced 2025-10-30 04:12:28 +00:00
Fix linter and yarn.lock not being synced
This commit is contained in:
@@ -2,10 +2,10 @@ 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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user