Skip to content

Commit

Permalink
Fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Nov 4, 2023
1 parent 29a92bd commit b67ca7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news/2023-11-04-bevy-0.12/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ commands.spawn(MaterialNodeBundle {
..default()
},
material: materials.add(CircleMaterial {
color: Color::WHITE.into(),
color: Color::rgb(0.0, 1.0, 0.5803921568627451).into(),
}),
..default()
});
Expand Down

0 comments on commit b67ca7f

Please sign in to comment.