fix: badge color error

This commit is contained in:
GyDi 2022-08-15 20:15:44 +08:00 committed by GitHub
parent 332f92d08e
commit 7c0129b911

View File

@ -146,7 +146,7 @@ const ProfileMore = (props: Props) => {
<Box sx={boxStyle}> <Box sx={boxStyle}>
{selected ? ( {selected ? (
hasError ? ( hasError ? (
<Badge color="primary" variant="dot" overlap="circular"> <Badge color="error" variant="dot" overlap="circular">
<IconButton <IconButton
size="small" size="small"
edge="start" edge="start"