Commit cf9d5cea authored by Muhammadali's avatar Muhammadali

update version: 0.6.9

parent 88ca458d
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.6.8", "version": "0.6.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -5,6 +5,11 @@ import CallIcon from '@mui/icons-material/Dialpad'; ...@@ -5,6 +5,11 @@ import CallIcon from '@mui/icons-material/Dialpad';
import KeyboardBackspaceIcon from '@mui/icons-material/KeyboardBackspace'; import KeyboardBackspaceIcon from '@mui/icons-material/KeyboardBackspace';
const WidjetBlock = styled.div` const WidjetBlock = styled.div`
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
position: fixed; position: fixed;
bottom: 30px; bottom: 30px;
left: 50px; left: 50px;
......
/* * { @tailwind base;
margin: 0;
padding: 0;
box-sizing: border-box;
} */
/* @tailwind base;
@tailwind components; @tailwind components;
@tailwind utilities; */ @tailwind utilities;
.tailwindGlobalCss{
border: 5px solid red; .tailwindGlobalCss {}
} \ No newline at end of file
\ No newline at end of file
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