updated chat styling; text input now always visible

This commit is contained in:
Carter 2024-12-04 15:26:04 -06:00
parent 1a9ee12533
commit 9ec1956687
4 changed files with 36 additions and 7 deletions

View file

@ -242,8 +242,8 @@ export default function ChatMessage(props: Props) {
</Typography>
</Grid>
</Grid>
<Grid>
<Typography variant="body2">
<Grid size={{ xs: 12 }}>
<Typography variant="body2" whiteSpace={"pre-line"}>
{props.note.content()}
</Typography>
{/*load files and display attached images below the message */}