Commit 9403f152 authored by Muhammadali's avatar Muhammadali

update-

parent 52a117bd
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.8.3", "version": "3.8.4",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -15,8 +15,7 @@ const positionInnerCaller = (pos) => { ...@@ -15,8 +15,7 @@ const positionInnerCaller = (pos) => {
const Block = styled.div` const Block = styled.div`
background-color: #a6bdf438; background-color: #a6bdf438;
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
box-shadow: 0px 0px 20px #00000047;
/* box-shadow: -2px 0px 9px 3px #0000004f; */
/* border: 3px solid green; */ /* border: 3px solid green; */
z-index: 998; z-index: 998;
...@@ -61,12 +60,12 @@ const Block = styled.div` ...@@ -61,12 +60,12 @@ const Block = styled.div`
cursor: pointer; cursor: pointer;
} }
.light_blue { .light_blue {
background-color: #d2f95f; background-color: #d2f95fc2;
border: 0; border: 0;
color: #333; color: #333;
} }
.red { .red {
background-color: #ff0505; background-color: #ff0505c2;
border: 0; border: 0;
color: #fff; color: #fff;
} }
......
...@@ -5,6 +5,7 @@ import KeyboardBackspaceIcon from '@mui/icons-material/KeyboardBackspace'; ...@@ -5,6 +5,7 @@ import KeyboardBackspaceIcon from '@mui/icons-material/KeyboardBackspace';
import { boxDialerWidjetPosition } from '../../lib/boxDialerWidjetPosition'; import { boxDialerWidjetPosition } from '../../lib/boxDialerWidjetPosition';
const ModalPhoneNumpadStyle = styled.div` const ModalPhoneNumpadStyle = styled.div`
box-shadow: 0px 0px 20px #00000047;
background-color: #a6bdf438; background-color: #a6bdf438;
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
......
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