From 90a6313423a8bc69d04943793ac46c39bb4189ea Mon Sep 17 00:00:00 2001 From: Palash Gupta Date: Mon, 21 Nov 2022 21:03:33 +0530 Subject: [PATCH] feat: value graph is updated (#1733) --- frontend/src/components/ValueGraph/styles.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/ValueGraph/styles.ts b/frontend/src/components/ValueGraph/styles.ts index af9f9c7ad0..74a412fec3 100644 --- a/frontend/src/components/ValueGraph/styles.ts +++ b/frontend/src/components/ValueGraph/styles.ts @@ -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; `;