Skip to content

Commit

Permalink
Merge pull request #4 from jitunayak/develop
Browse files Browse the repository at this point in the history
dropdown area changes
  • Loading branch information
jitunayak authored Dec 14, 2022
2 parents e175269 + b43bf8a commit f237b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MultiSelect.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ input {
box-shadow: 1px 2px 5px #ccc;
background-color: white;
transition: all 1s cubic-bezier(0.16, 1, 0.5, 1);
transform: translateY(1rem);
transform: translateY(0.6rem);
visibility: visible;
opacity: 1;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slick-react-multiselect-dropdown",
"version": "0.1.1",
"version": "0.1.2",
"description": "slick design lightweight multiple selection dropdown component",
"main": "MultiSelect.tsx",
"scripts": {
Expand Down

0 comments on commit f237b95

Please sign in to comment.