formatted chat input better, got rid of resize, added end adornment to send messages without the enter button

This commit is contained in:
Carter 2024-12-06 11:36:27 -06:00
parent a0d1fcf5a9
commit 374ba20f0c
4 changed files with 36 additions and 42 deletions

View file

@ -43,9 +43,6 @@ const useStyles = makeStyles((theme: Theme) => ({
// padding: 4
padding: theme.spacing(1)
},
textContainer: {
padding: theme.spacing(1),
},
userAvatar: {
width: 36,
height: 36,