Skip to content

Commit 6d55934

Browse files
committed
Flex the buttons
1 parent b969ab5 commit 6d55934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function App() {
4141

4242
return (
4343
<main>
44-
<div>
44+
<div className="flex flex-wrap gap-1">
4545
<Button onClick={() => setValues(next)}>Step</Button>
4646
<Button onClick={() => setPlaying((p) => !p)}>
4747
{playing ? 'Stop' : 'Play'}

0 commit comments

Comments
 (0)