/
Stoc
/
Sber
Обзор
Документация
Войти
/
Stoc
/
Sber
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components/UIkit/ErrorMessage/ErrorMessage.tsx
14 строк
366 B
Stocil
add: article fetching, articles pagination, article card
24 мар 2024, 18:52
24 мар 2024, 18:52
56c2ac6
Код
Авторство
О чём код?
import { styled, Typography } from "@mui/material"; export const ErrorMessage = styled(Typography)(({ theme }) => ({ fontWeight: "700", padding: "20px", border: `2px solid ${theme.palette.error.main}`, borderRadius: "20px", maxWidth: "70%", textAlign: "center", [theme.breakpoints.down("sm")]: { fontSize: theme.typography.h5.fontSize, }, }));