fix error message color
This commit is contained in:
parent
979d0e7138
commit
49e5faa39a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user