MessageContainer.tsx 202 B

12345678
  1. import { styled } from "@mui/material";
  2. export const MessageContainer = styled("div")`
  3. background-color: #111;
  4. padding: 0;
  5. font-size: 14px;
  6. text-align: center;
  7. line-height: 32px;
  8. `;