We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064314d commit 6997466Copy full SHA for 6997466
workspaces/simon-game/src/app/components/App.tsx
@@ -16,7 +16,7 @@ export function App() {
16
);
17
18
return (
19
- <div style={{display: "flex", gap: 10}}>
+ <div style={{ display: "flex", gap: 10 }}>
20
<Box
21
color="red"
22
handleClick={() => handleOnClick(buttonSoundConfig.frequencies.red)}
0 commit comments