diff options
| author | Larvan2 <[email protected]> | 2023-05-13 17:28:49 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-05-13 22:39:45 +0800 |
| commit | f2a2f8bff1dcd64c548d93b4a1cebee49046550d (patch) | |
| tree | 5c6e9f6d78c55c708087ed6ccc541ca7a624dcea /src/components/MemoryChart.tsx | |
| parent | 4bf55411f1d3f14e544c5719818fbd7dcdc2c824 (diff) | |
update light
Diffstat (limited to 'src/components/MemoryChart.tsx')
| -rw-r--r-- | src/components/MemoryChart.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/MemoryChart.tsx b/src/components/MemoryChart.tsx index 7e60528..255d8f0 100644 --- a/src/components/MemoryChart.tsx +++ b/src/components/MemoryChart.tsx @@ -22,13 +22,14 @@ const chartWrapperStyle = { justifySelf: 'center', position: 'relative', width: '100%', - borderTop: '2px solid #30363d', + height: '100%', }; const canvasWrapperStyle = { width: '100%', height: '100%', padding: '10px', + borderRadius: '10px', }; const mapState = (s: State) => ({ |
