Files
twenty/front/src/modules/ui/layout/right-drawer/components/RightDrawerBody.tsx
T

9 lines
145 B
TypeScript

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