2022-11-21 21:03:33 +05:30

8 lines
160 B
TypeScript

import { Typography } from 'antd';
import styled from 'styled-components';
export const Value = styled(Typography)`
font-size: 2.5vw;
text-align: center;
`;