fix error message color

This commit is contained in:
nflnkr 2024-04-03 16:00:54 +03:00
parent 979d0e7138
commit 49e5faa39a
2 changed files with 30 additions and 29 deletions

@ -21,6 +21,7 @@ export const ApologyPage = ({ error }: Props) => {
<Typography
sx={{
textAlign: "center",
color: "text.primary",
}}
>{message}</Typography>
</Box>

@ -1,6 +1,6 @@
{
"name": "@frontend/squzanswerer",
"version": "1.0.17",
"version": "1.0.18",
"type": "module",
"main": "./dist-package/index.js",
"module": "./dist-package/index.js",