Skip to content

Commit

Permalink
[Rust - libgui] Reset light gray color
Browse files Browse the repository at this point in the history
  • Loading branch information
codyd51 committed Apr 5, 2024
1 parent 1f70aea commit 1c84aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_programs/agx_definitions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl Color {
Color::from([80, 80, 80])
}
pub fn light_gray() -> Self {
Color::from([200, 200, 200])
Color::from([120, 120, 120])
}
pub fn red() -> Self {
Color::from([255, 0, 0])
Expand Down

0 comments on commit 1c84aa0

Please sign in to comment.