chore: unified icon style

This commit is contained in:
MystiPanda
2024-07-13 19:01:16 +08:00
parent 57fa48aef4
commit d9d9ca67cd
13 changed files with 56 additions and 41 deletions

View File

@@ -13,7 +13,7 @@ import {
alpha,
} from "@mui/material";
import { BaseLoading } from "@/components/base";
import { LanguageTwoTone } from "@mui/icons-material";
import { LanguageRounded } from "@mui/icons-material";
import { Notice } from "@/components/base";
import { TestBox } from "./test-box";
import delayManager from "@/services/delay";
@@ -146,7 +146,7 @@ export const TestItem = (props: Props) => {
</Box>
) : (
<Box sx={{ display: "flex", justifyContent: "center" }}>
<LanguageTwoTone sx={{ height: "40px" }} fontSize="large" />
<LanguageRounded sx={{ height: "40px" }} fontSize="large" />
</Box>
)}