Files
twenty/front/src/layout/right-drawer/RightDrawerBody.tsx
Lucas Bordeau bf3097500a Lucas/t 223 i can add comments to companies or people using the right (#181)
* wip

* Implemented comment input text component

* Improved behavior
2023-06-01 19:49:37 +02:00

9 lines
145 B
TypeScript

import styled from '@emotion/styled';
export const RightDrawerBody = styled.div`
display: flex;
flex-direction: column;
padding: 8px;
`;