Commit 52a117bd authored by Muhammadali's avatar Muhammadali

update-

parent 1692421f
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.8.2", "version": "3.8.3",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -13,7 +13,12 @@ const positionInnerCaller = (pos) => { ...@@ -13,7 +13,12 @@ const positionInnerCaller = (pos) => {
}; };
const Block = styled.div` const Block = styled.div`
box-shadow: -2px 0px 9px 3px #0000004f; background-color: #a6bdf438;
backdrop-filter: blur(10px);
/* box-shadow: -2px 0px 9px 3px #0000004f; */
/* border: 3px solid green; */
z-index: 998; z-index: 998;
box-sizing: border-box; box-sizing: border-box;
padding: 5px 15px 5px 10px; padding: 5px 15px 5px 10px;
...@@ -22,8 +27,7 @@ const Block = styled.div` ...@@ -22,8 +27,7 @@ const Block = styled.div`
right: 52px; right: 52px;
height: 62px; height: 62px;
width: 250px; width: 250px;
border: 3px solid green; /* background-color: #fff; */
background-color: #fff;
/* border-radius: 13px; */ /* border-radius: 13px; */
border-top-left-radius: 13px; border-top-left-radius: 13px;
border-bottom-left-radius: 13px; border-bottom-left-radius: 13px;
......
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