run format

This commit is contained in:
karenvicent
2025-07-28 17:05:22 -04:00
parent 261c83158b
commit 56ea28aa83

View File

@@ -53,9 +53,9 @@ const Check = ({ text, noHighlightText, variant = "info", outlined = false }) =>
variant === "info"
? theme.palette.primary.contrastTextSecondary
: colors[variant],
opacity: 0.9,
fontWeight: 450,
}}
opacity: 0.9,
fontWeight: 450,
}}
>
{noHighlightText && <Typography component="span">{noHighlightText}</Typography>}{" "}
{text}