From a9cefbb7d3580598a824b4d4e5f9c79aa7158219 Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Tue, 17 Nov 2020 01:48:16 -0300 Subject: [PATCH] fix: Avatar x40 (#331) --- packages/fuselage/src/components/Avatar/index.js | 1 + packages/fuselage/src/components/Avatar/styles.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/fuselage/src/components/Avatar/index.js b/packages/fuselage/src/components/Avatar/index.js index bd4fcffd..e730ba54 100644 --- a/packages/fuselage/src/components/Avatar/index.js +++ b/packages/fuselage/src/components/Avatar/index.js @@ -42,6 +42,7 @@ Avatar.propTypes = { 'x28', 'x32', 'x36', + 'x40', 'x48', 'x124', 'x200', diff --git a/packages/fuselage/src/components/Avatar/styles.scss b/packages/fuselage/src/components/Avatar/styles.scss index ab2b2e44..e3451415 100644 --- a/packages/fuselage/src/components/Avatar/styles.scss +++ b/packages/fuselage/src/components/Avatar/styles.scss @@ -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; -- GitLab