Skip to content

Commit

Permalink
fix: red color being blue in generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Dec 14, 2023
1 parent ead1f17 commit 858f192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ fn generate_color_strings(color: Color) -> Colora {
hsla: hsl_color.to_css_string(),
red: format!(
"{:?}",
color.blue
color.red
),
green: format!(
"{:?}",
Expand Down

0 comments on commit 858f192

Please sign in to comment.