Skip to content

Commit

Permalink
ember-initials/intials: fix default vars for fontFamily and `fontWe…
Browse files Browse the repository at this point in the history
…ight` (#73)
  • Loading branch information
alexdiliberto authored Jun 16, 2020
1 parent 4b3160d commit f6d6b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/components/initials/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class InitialsAvatarComponent extends ImageAvatarComponent {

@tracked fontSize = 50;

@tracked fontWeight = 'Helvetica Neue Light, Arial, sans-serif';
@tracked fontWeight = 200;

@tracked fontFamily = 200;
@tracked fontFamily = 'Helvetica Neue Light, Arial, sans-serif';

@tracked textColor = 'white';

Expand Down

0 comments on commit f6d6b60

Please sign in to comment.