Skip to content

Commit

Permalink
fix: badge color error
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi authored Aug 15, 2022
1 parent 7a3285a commit fa65f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile/profile-more.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const ProfileMore = (props: Props) => {
<Box sx={boxStyle}>
{selected ? (
hasError ? (
<Badge color="primary" variant="dot" overlap="circular">
<Badge color="error" variant="dot" overlap="circular">
<IconButton
size="small"
edge="start"
Expand Down

0 comments on commit fa65f60

Please sign in to comment.