From 57fe47c5629bfe76d3d724ed4c9f604f56bbae41 Mon Sep 17 00:00:00 2001 From: bal7hazar Date: Thu, 19 Dec 2024 20:44:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Prettier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/icons/brand/controller.tsx | 12 +++++++++--- .../components/icons/brand/open-zeppelin.tsx | 19 ++++++++++++------- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/packages/ui-next/src/components/icons/brand/controller.tsx b/packages/ui-next/src/components/icons/brand/controller.tsx index 73c871107..99f4153cb 100644 --- a/packages/ui-next/src/components/icons/brand/controller.tsx +++ b/packages/ui-next/src/components/icons/brand/controller.tsx @@ -11,9 +11,15 @@ export const ControllerIcon = memo( ref={forwardedRef} {...props} > - - - + + + ), ), diff --git a/packages/ui-next/src/components/icons/brand/open-zeppelin.tsx b/packages/ui-next/src/components/icons/brand/open-zeppelin.tsx index bc86e501d..fbe9db382 100644 --- a/packages/ui-next/src/components/icons/brand/open-zeppelin.tsx +++ b/packages/ui-next/src/components/icons/brand/open-zeppelin.tsx @@ -11,16 +11,21 @@ export const OpenZeppelinIcon = memo( ref={forwardedRef} {...props} > - - - - - + + + ), ), ); OpenZeppelinIcon.displayName = "OpenZeppelinIcon"; - -