From 3d305385d16e2631d5b25bae29c583da5603ddfe Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Sat, 4 Nov 2023 10:58:17 -0700 Subject: [PATCH] less wild color value --- content/news/2023-11-04-bevy-0.12/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/2023-11-04-bevy-0.12/index.md b/content/news/2023-11-04-bevy-0.12/index.md index f2d1350a6c..1f4c171040 100644 --- a/content/news/2023-11-04-bevy-0.12/index.md +++ b/content/news/2023-11-04-bevy-0.12/index.md @@ -1247,7 +1247,7 @@ commands.spawn(MaterialNodeBundle { ..default() }, material: materials.add(CircleMaterial { - color: Color::rgb(0.0, 1.0, 0.5803921568627451).into(), + color: Color::rgb(0.0, 1.0, 0.58).into(), }), ..default() });