Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Jun 27, 2023
1 parent f4bed6b commit 1e0f08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colors/aqua/sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ pub static systemTealColor: Lazy<(u8, u8, u8, u8)> = Lazy::new(|| get_colors!(ge
pub static systemYellowColor: Lazy<(u8, u8, u8, u8)> =
Lazy::new(|| get_colors!(get_systemYellowColor));
pub static systemBlueColor: Lazy<(u8, u8, u8, u8)> = Lazy::new(|| get_colors!(get_systemBlueColor));
// pub static systemCyanColor: Lazy<(u8, u8, u8, u8)> = Lazy::new(|| get_colors!(get_systemCyanColor); // bet)a
// pub static systemCyanColor: Lazy<(u8, u8, u8, u8)> = Lazy::new(|| get_colors!(get_systemCyanColor)); // beta

0 comments on commit 1e0f08a

Please sign in to comment.