We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2ac1d commit ddb62b7Copy full SHA for ddb62b7
src/components/App.tsx
@@ -40,7 +40,7 @@ export default function App() {
40
}, [playing]);
41
42
return (
43
- <main>
+ <main className="p-2">
44
<div className="flex flex-wrap gap-1">
45
<Button onClick={() => setValues(next)}>Step</Button>
46
<Button onClick={() => setPlaying((p) => !p)}>
0 commit comments