We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a00dbeb + ad76d4f commit b0e3dc0Copy full SHA for b0e3dc0
1 file changed
src/components/system/RadarChart.tsx
@@ -304,16 +304,8 @@ const RadarChart = () => {
304
}
305
}, [data]);
306
307
- // Title styling for both lines
308
- const titleStyle = { color: '#9A9A9A', fontWeight: 300 };
309
-
310
return (
311
<div className="system-panel p-6 animate-fade-in-up animation-delay-100" style={{ background: '#FAFAFA' }}>
312
- <div className="text-center mb-4">
313
- <div className="text-xs uppercase tracking-[0.2em] mb-0.5" style={titleStyle}>CORE METRICS</div>
314
- <div className="text-xs uppercase tracking-[0.2em]" style={titleStyle}>PHYSICAL BALANCE</div>
315
- </div>
316
317
{/* Debug Panel - Only in Development */}
318
{process.env.NODE_ENV === 'development' && (
319
<div className="mb-4 p-3 bg-blue-50 border border-blue-200 rounded text-xs">
0 commit comments