feat: add active and disabled object tables to settings (#1885)
* feat: add active and disabled object tables to settings Closes #1799, Closes #1800 * refactor: add align prop to TableCell
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
import styled from '@emotion/styled';
|
||||
|
||||
const StyledTable = styled.table`
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
`;
|
||||
const StyledTable = styled.div``;
|
||||
|
||||
export { StyledTable as Table };
|
||||
|
||||
Reference in New Issue
Block a user