Commit 83870e15 authored by Muhammadali's avatar Muhammadali

update verison: 0.9.3

parent a5277fb1
{
"name": "boxdialer",
"version": "0.9.2",
"version": "0.9.3",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -43,7 +43,7 @@ DropDownStyle.DropDown = styled.div`
background-color: #e9e9e9;
}
}
${({ visibleValue }) =>
/* ${({ visibleValue }) =>
visibleValue
? {
opacity: '1',
......@@ -52,7 +52,7 @@ DropDownStyle.DropDown = styled.div`
: {
opacity: '0',
transform: 'scale(0) translate(-50%, 0)',
}}
}} */
`;
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