Remove other uses of text.secondary
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
</>
|
||||
|
||||
@@ -222,7 +222,7 @@ export const SignUpContents: React.FC<SignUpContentsProps> = ({
|
||||
<Typography
|
||||
sx={{
|
||||
textAlign: "left",
|
||||
color: "text.secondary",
|
||||
color: "text.muted",
|
||||
mt: "24px",
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user