feature: change the border color again

This commit is contained in:
Sammy Teillet
2023-04-19 15:45:46 +02:00
parent a361d7732e
commit 0f779f9d43
2 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ type OwnProps = {
};
const Container = styled.span`
margin-left: 4px;
margin-left: ${(props) => props.theme.spacing(2)};
`;
function ClickableCell({ href, children }: OwnProps) {