diff --git a/crates/bevy_render/src/color/mod.rs b/crates/bevy_render/src/color/mod.rs index 3643439383bda..a9c55873b4ea0 100644 --- a/crates/bevy_render/src/color/mod.rs +++ b/crates/bevy_render/src/color/mod.rs @@ -58,8 +58,8 @@ pub enum Color { } impl Color { - ///
- pub const ALICE_BLUE: Color = Color::rgb(0.94, 0.97, 1.0); + ///
+ pub const ALICE_BLUE: Color = Color::rgb(0.61, 0.84, 0.894); ///
pub const ANTIQUE_WHITE: Color = Color::rgb(0.98, 0.92, 0.84); ///