diff options
| author | cubemaze <[email protected]> | 2023-05-13 18:00:21 +0800 |
|---|---|---|
| committer | cubemaze <[email protected]> | 2023-05-13 18:00:21 +0800 |
| commit | 4bf55411f1d3f14e544c5719818fbd7dcdc2c824 (patch) | |
| tree | 4107421325c5b2f4fe7dc42e1403052c9e262f84 /src/components/MemoryChart.tsx | |
| parent | f8364b79783394427c81360af7bd08ca2aaa9639 (diff) | |
chore: chart height
Diffstat (limited to 'src/components/MemoryChart.tsx')
| -rw-r--r-- | src/components/MemoryChart.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/MemoryChart.tsx b/src/components/MemoryChart.tsx index a8a32b2..7e60528 100644 --- a/src/components/MemoryChart.tsx +++ b/src/components/MemoryChart.tsx @@ -22,7 +22,6 @@ const chartWrapperStyle = { justifySelf: 'center', position: 'relative', width: '100%', - height: '200px', borderTop: '2px solid #30363d', }; |
