mirror of
https://github.com/lingble/twenty.git
synced 2025-11-01 21:27:58 +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 { 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 = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user