Skip to content

Commit 6728456

Browse files
committed
fix margin
1 parent 8bd458e commit 6728456

File tree

1 file changed

+2
-2
lines changed
  • packages/template-retail-react-app/app/components/store-locator-modal

1 file changed

+2
-2
lines changed

packages/template-retail-react-app/app/components/store-locator-modal/stores-list.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ const StoresList = ({storesInfo}) => {
5050
{storesInfo?.map((store, index) => {
5151
return (
5252
<AccordionItem key={index}>
53-
<HStack align="flex-start" marginTop="16px">
53+
<HStack align="flex-start" margin="10px">
5454
<Radio
5555
value={store.id}
56-
marginTop="1.5px"
56+
mt="1.5px"
5757
aria-describedby={`store-info-${store.id}`}
5858
></Radio>
5959
<Box id={`store-info-${store.id}`}>

0 commit comments

Comments
 (0)