Skip to content

Commit

Permalink
Fix black line appearance when hovering product image on chrome & safari
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedTaiebBsf committed Mar 16, 2022
1 parent c2c3af6 commit e7951b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": {
"name": "Mohamed Taieb Boussoffara"
},
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.8",
Expand Down
1 change: 1 addition & 0 deletions src/components/products/product/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const Image = styled.img`
max-height: 100%;
max-width: 100%;
transition: transform 0.3s ease-in-out;
outline: 1px solid transparent;
`;

const CartContainer = styled.div`
Expand Down

0 comments on commit e7951b5

Please sign in to comment.