Skip to content

Commit

Permalink
fix(Card): Add correct shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
allyssonsantos committed Jun 4, 2019
1 parent d5d8c96 commit dfcca6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Card/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const CardWrapper = styled.article`
flex-direction: column;
position: relative;
${shadow()}
${shadow(1)}
${({
theme: {
Expand Down
2 changes: 1 addition & 1 deletion components/Card/__snapshots__/Card.unit.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ exports[`<Card /> Snapshots Should match the snapshot 1`] = `
-ms-flex-direction: column;
flex-direction: column;
position: relative;
box-shadow: 0px 0px 0px 0px rgba(76,76,76,0.2),0px 0px 0px 0px rgba(76,76,76,0.14),0px 0px 0px 0px rgba(76,76,76,0.12);
box-shadow: 0px 2px 1px -1px rgba(76,76,76,0.2),0px 1px 1px 0px rgba(76,76,76,0.14),0px 1px 3px 0px rgba(76,76,76,0.12);
background-color: #f2f2f2;
}
Expand Down

0 comments on commit dfcca6e

Please sign in to comment.