Commit 26e68051 authored by Muhammadali's avatar Muhammadali

update version: 1.0.0

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