Commit b683c7e2 authored by Muhammadali's avatar Muhammadali

update-

parent 2f130b7f
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.9.1", "version": "2.9.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -107,11 +107,11 @@ ModalDropDown.Item = styled.p` ...@@ -107,11 +107,11 @@ ModalDropDown.Item = styled.p`
border-radius: 10px; border-radius: 10px;
:hover { :hover {
background-color: #00000014; background-color: #00000014;
padding: '5px 14px';
} }
${({ hoverBool }) => ${({ hoverBool }) =>
hoverBool && { hoverBool && {
backgroundColor: '#00000014', backgroundColor: '#00000014',
padding: '5px 12px',
}} }}
`; `;
ModalDropDown.FullWindow = styled.div` ModalDropDown.FullWindow = styled.div`
......
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