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

export const Value = styled(Typography)`
	font-size: 3rem;
`;
