feat: value graph is updated (#1733)

This commit is contained in:
Palash Gupta 2022-11-21 21:03:33 +05:30 committed by GitHub
parent 4a244ad7b2
commit 90a6313423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,6 @@ import { Typography } from 'antd';
import styled from 'styled-components';
export const Value = styled(Typography)`
font-size: 3rem;
font-size: 2.5vw;
text-align: center;
`;