Commit 26e68051 authored by Muhammadali's avatar Muhammadali

update version: 1.0.0

parent f52267f6
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.9.9", "version": "1.0.0",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -7,7 +7,7 @@ const MainBlock = styled.div` ...@@ -7,7 +7,7 @@ const MainBlock = styled.div`
display: ${({ hidden }) => (hidden ? 'flex' : 'none')}; display: ${({ hidden }) => (hidden ? 'flex' : 'none')};
transition: 0.3s; transition: 0.3s;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
*{ * {
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
......
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