Skip to content

Commit 80419ad

Browse files
authored
fix(chart-area-step) increase margin for better spacing in chart area component (#228)
1 parent 490d06b commit 80419ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ui/8bit/blocks/chart-area-step.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export default function ChartAreaStep() {
3636
accessibilityLayer
3737
data={chartData}
3838
margin={{
39-
left: 12,
40-
right: 12,
39+
left: 20,
40+
right: 20,
4141
}}
4242
>
4343
<CartesianGrid vertical={false} />

0 commit comments

Comments
 (0)