Commit 10b497a2 authored by Muhammadali's avatar Muhammadali

update-

parent e068ef23
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.1.3", "version": "3.1.4",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -68,11 +68,11 @@ const ModalDropDown = styled.div` ...@@ -68,11 +68,11 @@ const ModalDropDown = styled.div`
visiblevalue visiblevalue
? { ? {
opacity: '1', opacity: '1',
transform: 'translate(-50%, 0)', // transform: 'translate(-50%, 0)',
} }
: { : {
opacity: '0', opacity: '0',
transform: 'translate(-50%, 0)', // transform: 'translate(-50%, 0)',
}} }}
`; `;
ModalDropDown.Inset = styled.div` ModalDropDown.Inset = styled.div`
......
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