From 928e9f479ca07f46c12790943d584f93bc232601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Longoni?= Date: Tue, 23 Mar 2021 08:24:59 -0300 Subject: [PATCH] add more sizes to identicon component --- src/theme.ts | 2 ++ src/utils/Identicon/index.stories.tsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/theme.ts b/src/theme.ts index e8b6f8bf..41fd65cb 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -71,6 +71,8 @@ const theme = { sm: '16px', md: '32px', lg: '40px', + xl: '48px', + xxl: '60px', }, }, loader: { diff --git a/src/utils/Identicon/index.stories.tsx b/src/utils/Identicon/index.stories.tsx index 3236590d..38d69f0c 100644 --- a/src/utils/Identicon/index.stories.tsx +++ b/src/utils/Identicon/index.stories.tsx @@ -17,6 +17,8 @@ export const sizes = (): React.ReactElement => { + + ); };