Skip to content

Commit

Permalink
fix: Avatar x40 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Nov 17, 2020
1 parent 0bc99a3 commit a9cefbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/fuselage/src/components/Avatar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Avatar.propTypes = {
'x28',
'x32',
'x36',
'x40',
'x48',
'x124',
'x200',
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage/src/components/Avatar/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$avatar-stack-background-color: theme('avatar-background-color', colors.surface());

$sizes: 16, 18, 20, 24, 28, 32, 36, 48, 124, 200, 332;
$sizes: 16, 18, 20, 24, 28, 32, 36, 40, 48, 124, 200, 332;

.rcx-avatar {
display: inline-flex;
Expand Down

0 comments on commit a9cefbb

Please sign in to comment.