mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 12:09:17 +00:00
9 lines
202 B
TypeScript
9 lines
202 B
TypeScript
import { styled } from "@mui/material";
|
|
export const MessageContainer = styled("div")`
|
|
background-color: #111;
|
|
padding: 0;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
line-height: 32px;
|
|
`;
|