Commit b683c7e2 authored by Muhammadali's avatar Muhammadali

update-

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