@ -11,7 +11,7 @@ export default function Home() {
<h1>Playground</h1>
<p>Show off your components here!</p>
<div style={{ padding: "30px" }}>
<PieChart data={mockPieData} width={800} labelWidth={200} />
<PieChart data={mockPieData} width={800} labelWidth={215} />
</div>
<ColorPalette />
</>