Unverified Commit 72d830ab authored by Michael Spiss's avatar Michael Spiss Committed by GitHub

Fix for loop only using first style

parent ffc353f7
...@@ -34,7 +34,7 @@ void main(List<String> arguments) { ...@@ -34,7 +34,7 @@ void main(List<String> arguments) {
String name = '${style}_$iconName'; String name = '${style}_$iconName';
iconDefinitions[name] = generateIconDefinition( iconDefinitions[name] = generateIconDefinition(
name, name,
styles.first, styles,
unicode, unicode,
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment