Commit 6e6ce03b authored by Muhammadali's avatar Muhammadali

update-

parent 08eac900
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.63", "version": "4.8.64",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -22,20 +22,8 @@ const SettingComponent = ({ ...@@ -22,20 +22,8 @@ const SettingComponent = ({
id: 1, id: 1,
title: 'Test-1', title: 'Test-1',
icon: <FormatPaintIcon className={'leftIcons'} />, icon: <FormatPaintIcon className={'leftIcons'} />,
content: <SettingMainStyle.RightSelectInfoOneBlock>2</SettingMainStyle.RightSelectInfoOneBlock> content: <SettingMainStyle.RightSelectInfoOneBlock>Style BoxDialer</SettingMainStyle.RightSelectInfoOneBlock>
}, }
{
id: 2,
title: 'Test-3',
icon: <CheckBoxOutlineBlankIcon className={'leftIcons'} />,
content: <SettingMainStyle.RightSelectInfoOneBlock>3</SettingMainStyle.RightSelectInfoOneBlock>
},
{
id: 3,
title: 'Test-4',
icon: <CheckBoxOutlineBlankIcon className={'leftIcons'} />,
content: <SettingMainStyle.RightSelectInfoOneBlock>4</SettingMainStyle.RightSelectInfoOneBlock>
},
] ]
const changeSettingPageCountFunc = (count) => { const changeSettingPageCountFunc = (count) => {
......
...@@ -124,7 +124,6 @@ SettingMainStyle.RightSelectInfo = styled.div` ...@@ -124,7 +124,6 @@ SettingMainStyle.RightSelectInfo = styled.div`
` `
SettingMainStyle.RightSelectInfoOneBlock = styled.div` SettingMainStyle.RightSelectInfoOneBlock = styled.div`
height: 285px; height: 285px;
background: #ccc;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 10px; border-top-right-radius: 10px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
......
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