From 485e5f651cddb2ae1cfe04a48aa5fe85d07c4616 Mon Sep 17 00:00:00 2001 From: tonytc13579 Date: Thu, 4 Jan 2024 10:07:47 +0700 Subject: [PATCH] fix building block --- .../building-blocks/Section_2_vs2/index.tsx | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/modules/building-blocks/Section_2_vs2/index.tsx b/src/modules/building-blocks/Section_2_vs2/index.tsx index 2abaf5b34..b48223740 100644 --- a/src/modules/building-blocks/Section_2_vs2/index.tsx +++ b/src/modules/building-blocks/Section_2_vs2/index.tsx @@ -27,12 +27,12 @@ const Section2 = () => { px={['32px']} bgColor={item.bgColor} > - + {`${item.label || ''}`} { bgColor={item.bgCircle} > { borderWidth={'5px'} borderColor={'#fff'} bgColor={item.bgColor} - w={'47px'} - h={'47px'} + w={'38px'} + h={'38px'} borderRadius={100} > @@ -82,23 +82,25 @@ const Section2 = () => { }[], ) => { return ( - + {item && item.map((obj, index) => ( @@ -112,7 +114,7 @@ const Section2 = () => { const renderItem = (item: BlockItemType) => { return ( - + {renderLabelData(item)} {renderNetworkList(item.networkList)}