We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd458e commit 6728456Copy full SHA for 6728456
packages/template-retail-react-app/app/components/store-locator-modal/stores-list.jsx
@@ -50,10 +50,10 @@ const StoresList = ({storesInfo}) => {
50
{storesInfo?.map((store, index) => {
51
return (
52
<AccordionItem key={index}>
53
- <HStack align="flex-start" marginTop="16px">
+ <HStack align="flex-start" margin="10px">
54
<Radio
55
value={store.id}
56
- marginTop="1.5px"
+ mt="1.5px"
57
aria-describedby={`store-info-${store.id}`}
58
></Radio>
59
<Box id={`store-info-${store.id}`}>
0 commit comments