Commit f3ac1f09 authored by Muhammadali's avatar Muhammadali

update-

parent ddd88b77
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.0.8", "version": "3.0.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -100,10 +100,10 @@ ModalDropDown.Inset = styled.div` ...@@ -100,10 +100,10 @@ ModalDropDown.Inset = styled.div`
} }
`; `;
ModalDropDown.Item = styled.p` ModalDropDown.Item = styled.p`
font-size: 18px; font-size: 16px;
transition: 0.2s; transition: 0.2s;
padding: 5px 8px; padding: 3px 8px;
margin: 3px 0; margin: 1px 0;
border-radius: 10px; border-radius: 10px;
position: relative; position: relative;
:hover { :hover {
...@@ -118,7 +118,7 @@ ModalDropDown.Item = styled.p` ...@@ -118,7 +118,7 @@ ModalDropDown.Item = styled.p`
position: absolute; position: absolute;
bottom: 5px; bottom: 5px;
right: 5px; right: 5px;
font-size: 8px; font-size: 9px;
color: #333; color: #333;
padding: 0; padding: 0;
margin: 0; margin: 0;
......
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