Change margins_
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jared He 2022-07-13 20:07:14 -04:00
parent 27582e0e01
commit 4fdaefef82
1 changed files with 1 additions and 1 deletions

View File

@ -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 />
</>