Remove other uses of text.secondary

This commit is contained in:
Manav Rathi
2025-01-14 17:02:53 +05:30
parent 77248175c2
commit baa081510e
3 changed files with 3 additions and 3 deletions

View File

@@ -277,7 +277,7 @@ const ConfirmationCheckboxInput: React.FC<ConfirmationCheckboxInputProps> = ({
/>
}
label={
<Typography sx={{ color: "text.secondary" }}>
<Typography sx={{ color: "text.muted" }}>
{t("delete_account_confirm_checkbox_label")}
</Typography>
}

View File

@@ -1009,7 +1009,7 @@ const CircularProgressWithLabel: React.FC<
<Typography
variant="mini"
component="div"
sx={{ color: "text.secondary" }}
sx={{ color: "text.muted" }}
>{`${Math.round(value)}%`}</Typography>
</Overlay>
</>

View File

@@ -222,7 +222,7 @@ export const SignUpContents: React.FC<SignUpContentsProps> = ({
<Typography
sx={{
textAlign: "left",
color: "text.secondary",
color: "text.muted",
mt: "24px",
}}
>