mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-26 12:02:19 +00:00
8 lines
160 B
TypeScript
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;
|
|
`;
|