resolved checkbox background

This commit is contained in:
jeet1desai
2024-02-27 17:00:05 +05:30
parent 1802413e8e
commit b91049765a
2 changed files with 2 additions and 0 deletions
@@ -16,6 +16,7 @@ const StyledContainer = styled.div`
height: 32px;
justify-content: center;
background-color: ${({ theme }) => theme.background.primary};
`;
export const CheckboxCell = () => {
@@ -13,6 +13,7 @@ const StyledContainer = styled.div`
height: 32px;
justify-content: center;
background-color: ${({ theme }) => theme.background.primary};
`;
export const SelectAllCheckbox = () => {