resolved checkbox background
This commit is contained in:
+1
@@ -16,6 +16,7 @@ const StyledContainer = styled.div`
|
||||
height: 32px;
|
||||
|
||||
justify-content: center;
|
||||
background-color: ${({ theme }) => theme.background.primary};
|
||||
`;
|
||||
|
||||
export const CheckboxCell = () => {
|
||||
|
||||
+1
@@ -13,6 +13,7 @@ const StyledContainer = styled.div`
|
||||
height: 32px;
|
||||
|
||||
justify-content: center;
|
||||
background-color: ${({ theme }) => theme.background.primary};
|
||||
`;
|
||||
|
||||
export const SelectAllCheckbox = () => {
|
||||
|
||||
Reference in New Issue
Block a user