Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut authored Sep 10, 2023
1 parent 3a6d5ba commit a290cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/color/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub enum Color {
}

impl Color {
/// <div style="background-color:rgb(94%, 97%, 100%); width: 10px; padding: 10px; border: 1px solid;"></div>
/// <div style="background-color:rgb(61%, 84%, 89.4%); width: 10px; padding: 10px; border: 1px solid;"></div>
pub const ALICE_BLUE: Color = Color::rgb(0.61, 0.84, 0.894);
/// <div style="background-color:rgb(98%, 92%, 84%); width: 10px; padding: 10px; border: 1px solid;"></div>
pub const ANTIQUE_WHITE: Color = Color::rgb(0.98, 0.92, 0.84);
Expand Down

0 comments on commit a290cd9

Please sign in to comment.