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