Skip to content

Commit

Permalink
fix focus on product tile
Browse files Browse the repository at this point in the history
  • Loading branch information
joeluong-sfcc committed Nov 17, 2023
1 parent 2a35c7b commit 8134cdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const ProductTile = (props) => {
<Link
data-testid="product-tile"
to={productUrlBuilder({id: productId}, intl.local)}
{...styles.link}
{...rest}
>
<Box {...styles.imageWrapper}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default {
ratio: 1,
paddingBottom: 2
},
link: {
display: 'block'
},
price: {},
title: {
fontWeight: 600
Expand Down

0 comments on commit 8134cdd

Please sign in to comment.