import { Box, useTheme } from "@mui/material"; export default function Chat() { const theme = useTheme() return ( ) }