Skip to content

Commit 0304053

Browse files
authored
fix: adjust YAxis width from 45 to 46 pixels in chart component (#216)
1 parent aee6407 commit 0304053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/8bit/blocks/chart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function ChartExample() {
4848
/>
4949
<ChartTooltip cursor={false} content={<ChartTooltipContent />} />
5050
<YAxis
51-
width={45}
51+
width={46}
5252
tickLine={false}
5353
axisLine={false}
5454
tickMargin={8}

0 commit comments

Comments
 (0)