Commit a4821764 authored by Muhammadali's avatar Muhammadali

update-

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