Commit d694e737 authored by IT19965864's avatar IT19965864

update UI

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