diff options
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) => ({ |
