Commit 5b8c184f authored by Muhammadali's avatar Muhammadali

update version: 0.8.9

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