Commit d694e737 authored by IT19965864's avatar IT19965864

update UI

parent 459e67e4
......@@ -25,12 +25,14 @@ const Item = styled(Paper)(({ theme }) => ({
const useStyles = makeStyles({
messageArea: {
height: "70vh",
height: "80vh",
overflowY: "auto",
backgroundColor: "#FBD2FB",
},
});
//chat bot webshockets
const ChatBox = () => {
const classes = useStyles();
......@@ -46,6 +48,7 @@ const ChatBox = () => {
<Typography variant="h5" style={{ padding: "10px" }}>
<Icon icon="teenyicons:chatbot-outline" inline={true} /> Hope World
</Typography>
<Item>
<List className={classes.messageArea}>
......
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