Commit 38a46b5c authored by Muhammadali's avatar Muhammadali

update-

parent c85de7bd
{
"name": "boxdialer",
"version": "4.3.5",
"version": "4.3.6",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -121,7 +121,7 @@ ModalDropDown.Inset = styled.div`
background: #555;
}
`;
ModalDropDown.Item = styled.p`
ModalDropDown.Item = styled.div`
font-size: 16px;
transition: 0.2s;
padding: 3px 8px;
......
......@@ -277,8 +277,9 @@ const ModalPhoneNumpad = ({
</NumberButton.CallButton>
<NumberButton.CallButtonModal visiblevalue={exNum}>
<NumberButton.CallButtonModalInset>
{extnums?.map((item) => (
{extnums?.map((item, index) => (
<p
key={index}
className='num_item'
onClick={() => {
boxDialer.extnum = item;
......
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