From 8d4e3434cd02070bff810d9376581549b14a2973 Mon Sep 17 00:00:00 2001 From: BabuTechBsf Date: Wed, 16 Oct 2024 17:51:35 +0530 Subject: [PATCH 1/4] added margin fix --- src/components/cards/widget-blocks.stories.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cards/widget-blocks.stories.jsx b/src/components/cards/widget-blocks.stories.jsx index df02e87c..2d15552a 100644 --- a/src/components/cards/widget-blocks.stories.jsx +++ b/src/components/cards/widget-blocks.stories.jsx @@ -186,7 +186,7 @@ const defaultRadioButtonGroupData = [ icon={ null } variant="green" closable={ false } - className="py-0 mr-2" + className="py-0" /> ), }, @@ -216,7 +216,7 @@ const defaultRadioButtonGroupData = [ icon={ null } variant="yellow" closable={ false } - className="py-0 mr-2" + className="py-0" /> ), }, From 2917b55296a40a66c65c049a1e5d504416943e0e Mon Sep 17 00:00:00 2001 From: BabuTechBsf Date: Wed, 16 Oct 2024 17:58:44 +0530 Subject: [PATCH 2/4] added badge size --- src/components/cards/plugin-blocks.stories.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/cards/plugin-blocks.stories.jsx b/src/components/cards/plugin-blocks.stories.jsx index c3ab99c2..6426dd32 100644 --- a/src/components/cards/plugin-blocks.stories.jsx +++ b/src/components/cards/plugin-blocks.stories.jsx @@ -123,6 +123,7 @@ const Template2 = () => { Date: Wed, 16 Oct 2024 18:02:58 +0530 Subject: [PATCH 3/4] added icon size --- src/ui/icons.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ui/icons.js b/src/ui/icons.js index 305dc521..51076803 100644 --- a/src/ui/icons.js +++ b/src/ui/icons.js @@ -98,8 +98,8 @@ export const SpectraLogo = ( props ) => ( export const AstraThemeLogo = ( props ) => ( ( export const StartersTemplatesLogo = ( props ) => ( ( export const PrestoPlayerLogo = ( props ) => ( Date: Wed, 16 Oct 2024 18:08:21 +0530 Subject: [PATCH 4/4] added sync --- src/components/cards/plugin-blocks.stories.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/cards/plugin-blocks.stories.jsx b/src/components/cards/plugin-blocks.stories.jsx index 3243e66d..6426dd32 100644 --- a/src/components/cards/plugin-blocks.stories.jsx +++ b/src/components/cards/plugin-blocks.stories.jsx @@ -125,7 +125,6 @@ const Template2 = () => { icon={ null } size="xxs" variant="green" - size="xxs" closable={ false } className="py-0" />