Commit 83870e15 authored by Muhammadali's avatar Muhammadali

update verison: 0.9.3

parent a5277fb1
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.9.2", "version": "0.9.3",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -43,7 +43,7 @@ DropDownStyle.DropDown = styled.div` ...@@ -43,7 +43,7 @@ DropDownStyle.DropDown = styled.div`
background-color: #e9e9e9; background-color: #e9e9e9;
} }
} }
${({ visibleValue }) => /* ${({ visibleValue }) =>
visibleValue visibleValue
? { ? {
opacity: '1', opacity: '1',
...@@ -52,7 +52,7 @@ DropDownStyle.DropDown = styled.div` ...@@ -52,7 +52,7 @@ DropDownStyle.DropDown = styled.div`
: { : {
opacity: '0', opacity: '0',
transform: 'scale(0) translate(-50%, 0)', transform: 'scale(0) translate(-50%, 0)',
}} }} */
`; `;
export default DropDownStyle; export default DropDownStyle;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment