Skip to content

Commit

Permalink
Fix text not rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Oct 30, 2019
1 parent c7c9c44 commit 11a1f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/setIcon.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default (iconText) => {
let iconSize = 512;
let iconBackgroundColor = '#F01B48';
let iconPrimaryColor = 'FFFFFF';
let iconPrimaryColor = '#FFFFFF';
let iconTextFont = `bold ${Math.round(iconSize * 0.2)}px -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Open Sans\", \"Helvetica Neue\", sans-serif`;

// canvas handles
Expand Down

0 comments on commit 11a1f24

Please sign in to comment.