Skip to content

Commit

Permalink
fix: boxShadow div in ProductList
Browse files Browse the repository at this point in the history
  • Loading branch information
gsulloa committed Jan 17, 2022
1 parent e2837c4 commit 6abdc45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ProductList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* File Created: Friday, 11th September 2020 10:18:24 am
* Author: Esperanza Horn ([email protected])
* -----
* Last Modified: Monday, 17th January 2022 4:46:16 pm
* Last Modified: Monday, 17th January 2022 4:50:54 pm
* Modified By: Gabriel Ulloa ([email protected])
* -----
* Copyright 2020 - 2020 Incrementa Ventures SpA. ALL RIGHTS RESERVED
Expand Down Expand Up @@ -173,7 +173,6 @@ const useStyles = makeStyles((theme) =>
background: 'transparent',
transition: 'background 0.5s',
borderRadius: 5,
boxShadow: '0px 0px 6px 1px #dedede',
'&:hover': {
background: 'rgba(0,0,0,0.05)',
},
Expand All @@ -184,6 +183,7 @@ const useStyles = makeStyles((theme) =>
color: 'white',
padding: 3,
fontSize: 15,
boxShadow: '0px 0px 6px 1px #dedede',
},
navigationRight: {
padding: '12px !important',
Expand Down

0 comments on commit 6abdc45

Please sign in to comment.