Skip to content

Commit 675c417

Browse files
DominicS99miorel
andauthored
Update workspaces/simon-game/src/app/components/App.tsx
Co-authored-by: Miorel-Lucian Palii <[email protected]>
1 parent a018dbc commit 675c417

File tree

1 file changed

+4
-1
lines changed
  • workspaces/simon-game/src/app/components

1 file changed

+4
-1
lines changed

workspaces/simon-game/src/app/components/App.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ export function App() {
66
return (
77
<div>
88
<Box color="red" />
9-
<Box color="#0050B5" /> //cobalt blue
9+
<Box color={
10+
// cobalt blue
11+
"#0050B5"
12+
} />
1013
<Box color="green" />
1114
<Box color="yellow" />
1215
</div>

0 commit comments

Comments
 (0)