Feature/filter badge

This commit is contained in:
2024-12-02 07:43:58 +00:00
committed by AmirHossein Mahmoodi
parent 87a637291d
commit dd904e13bc
7 changed files with 52 additions and 15 deletions

View File

@@ -52,9 +52,7 @@ const LoadingHardPage = ({
)}
</LoadingImage>
)}
<Typography variant={"body2"} sx={{ color: authState ? "error.main" : "primary.main" }}>
{label}
</Typography>
<Stack sx={{ color: authState ? "error.main" : "primary.main" }}>{label}</Stack>
</Stack>
</Backdrop>
{children}