import { Select, Typography } from 'antd';
import styled from 'styled-components';

export const SelectDrawer = styled(Select)`
	width: 120px;
`;

export const Title = styled(Typography)`
	width: 7rem;
`;

export const InputGroup = styled.div`
	display: flex;
	flex-direction: row;
	align-items: center;
`;
