Skip to content

Commit

Permalink
fix ionicons again
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Apr 17, 2024
1 parent ddb9499 commit f94ccbf
Show file tree
Hide file tree
Showing 2 changed files with 1,333 additions and 1,332 deletions.
1 change: 1 addition & 0 deletions packages/codegen/src/create_icon_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ fn extract_svg_attrs(element: &Element) -> (String, String) {
fn extract_svg_colors(icon_prefix: &str) -> (&str, &str, &str) {
match icon_prefix {
"Fi" => ("\"none\"", "user_color", "\"2\""),
"Io" => ("user_color", "user_color", "\"0\""),
_ => ("user_color", "\"none\"", "\"0\""),
}
}
Expand Down
Loading

0 comments on commit f94ccbf

Please sign in to comment.