Skip to content

Commit

Permalink
Merge pull request #199 from ansh-saini/master
Browse files Browse the repository at this point in the history
add zomato search shadow
  • Loading branch information
nakulrathore committed Oct 15, 2021
2 parents d90f90e + 60156b1 commit 1c4248a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shadows.js
Original file line number Diff line number Diff line change
Expand Up @@ -465,5 +465,10 @@ const shadows = [
"shadow": "0 4px 10px 1px rgba(0,0,0,.2)",
"border": "0"
},
{
"name": "Zomato Search",
"shadow": "rgba(28, 28, 28, 0.08) 0px 2px 8px",
"border": "1px solid rgb(232, 232, 232)"
},
];
export default shadows;

0 comments on commit 1c4248a

Please sign in to comment.