feature: remove border of table container

This commit is contained in:
Sammy Teillet
2023-04-19 15:40:08 +02:00
parent 28af85fcb7
commit a361d7732e

View File

@ -27,7 +27,6 @@ const ContentSubContainer = styled.div`
display: flex;
background: ${(props) => props.theme.primaryBackground};
border-radius: 8px;
border: 1px solid ${(props) => props.theme.primaryBorder};
flex: 1;
`;