Commit 5b8c184f authored by Muhammadali's avatar Muhammadali

update version: 0.8.9

parent 64f0412f
{
"name": "boxdialer",
"version": "0.8.8",
"version": "0.8.9",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -10,7 +10,9 @@ const DropDownStyle = styled.div`
justify-content: center;
position: relative;
`;
DropDownStyle.Text = styled.div``;
DropDownStyle.Text = styled.div`
font-size: 22px;
`;
DropDownStyle.Window = styled.div`
display: ${({ visible }) => (visible ? 'block' : 'none')};
position: fixed;
......
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