Finished Contact Drawer styles and func

This commit is contained in:
canove
2020-07-27 16:51:54 -03:00
parent 66a1dc5fd2
commit 9477e46c24
12 changed files with 212 additions and 128 deletions

View File

@@ -57,6 +57,7 @@ const useStyles = makeStyles(theme => ({
overflowY: "scroll",
"&::-webkit-scrollbar": {
width: "8px",
height: "8px",
},
"&::-webkit-scrollbar-thumb": {
// borderRadius: "2px",
@@ -191,7 +192,6 @@ const Contacts = () => {
<ContactModal
modalOpen={modalOpen}
onClose={handleClose}
setModalOpen={setModalOpen}
aria-labelledby="form-dialog-title"
contactId={selectedContactId}
></ContactModal>

View File

@@ -3,7 +3,13 @@ import React from "react";
const Dashboard = () => {
return (
<div>
<h1>Todo Dashboard</h1>
<a
rel="bookmark"
target="_parent"
href="https://economicros.ddns.com.br:4043/"
>
teste
</a>
</div>
);
};