Skip to content

Commit

Permalink
enlarge crafter avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Sep 8, 2018
1 parent 0e89faf commit c1cf1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CrafterAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="CrafterAvatar">
<v-avatar
:color="`${crafter.color} darken-2`"
size="32"
size="36"
:class="`grey--text text--${
lightColors.indexOf(crafter.color) < 0 ? 'lighten' : 'darken'
}-4 body-2`"
Expand Down

0 comments on commit c1cf1b2

Please sign in to comment.