feature: remove border of table container
This commit is contained in:
@ -27,7 +27,6 @@ const ContentSubContainer = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
background: ${(props) => props.theme.primaryBackground};
|
background: ${(props) => props.theme.primaryBackground};
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: 1px solid ${(props) => props.theme.primaryBorder};
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user