chore: backend placeholder

This commit is contained in:
jialin
2026-05-07 18:26:48 +08:00
committed by jialin
parent b6bbe880a0
commit e1b28b01df
8 changed files with 75 additions and 28 deletions
@@ -5,7 +5,7 @@ import styled from 'styled-components';
import { usageChartCardHeight, usageChartHeight } from '../../config';
export const ChartTitle = styled.div`
font-weight: var(--font-weight-bold);
font-weight: 500;
margin-bottom: 12px;
`;