FIX for error in maintenance page.

This commit is contained in:
Owaise Imdad
2025-03-11 23:30:41 +05:30
parent 3d83b1ce17
commit 67a6588bd6

View File

@@ -128,7 +128,7 @@ const Search = ({
<Typography
component="span"
className="input-error"
color={theme.palette.error.contrastText}
color={theme.palette.error.main}
mt={theme.spacing(2)}
sx={{
opacity: 0.8,