Commit a4821764 authored by Muhammadali's avatar Muhammadali

update-

parent e533b1bd
{
"name": "boxdialer",
"version": "4.4.7",
"version": "4.4.8",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -166,8 +166,8 @@ NumberButton.CallButtonModal = styled.div`
bottom: 40px;
transform: translate(-50%, 0);
left: 50%;
background-color: #c9d5d9;
border-radius: 20px;
background-color: #fff;
border-radius: 10px;
padding: 3px;
transition: 0.1s;
${({ visiblevalue }) =>
......@@ -187,15 +187,21 @@ NumberButton.CallButtonModalInset = styled.div`
width: 100%;
height: 100%;
overflow-y: scroll;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.num_item {
color: #000;
transition: 0.2s;
padding: 5px 7px;
padding: 7px 4px;
font-size: 20px;
margin: 2px 0;
border-radius: 10px;
:hover {
background-color: #0000001a;
padding: 5px 7px;
padding: 7px 4px;
margin: 2px 0;
border-radius: 10px;
}
}
......
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