Commit 63b690ae authored by Muhammadali's avatar Muhammadali

update-

parent 93b0fafb
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.0.5", "version": "3.0.6",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -118,8 +118,10 @@ ModalDropDown.Item = styled.p` ...@@ -118,8 +118,10 @@ ModalDropDown.Item = styled.p`
position: absolute; position: absolute;
bottom: 5px; bottom: 5px;
right: 5px; right: 5px;
font-size: 10px; font-size: 8px;
color: #333; color: #333;
padding: 0;
margin: 0;
} }
`; `;
ModalDropDown.FullWindow = styled.div` ModalDropDown.FullWindow = styled.div`
......
...@@ -194,7 +194,7 @@ const ModalPhoneNumpad = ({ ...@@ -194,7 +194,7 @@ const ModalPhoneNumpad = ({
...call_history, ...call_history,
{ {
value: inputValue, value: inputValue,
time: `${currentTime.getHours()}:${currentTime.getMinutes()} | ${currentTime.getDate()}, ${currentTime.getMonth()}, ${currentTime.getFullYear()}`, time: `${currentTime.getHours()}:${currentTime.getMinutes()} ${currentTime.getDate()}.${currentTime.getMonth()}.${currentTime.getFullYear()}`,
}, },
]); ]);
localStorage.setItem('callhistory', newCallsStringify); localStorage.setItem('callhistory', newCallsStringify);
......
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