fix: badge color error
This commit is contained in:
parent
7a3285adaf
commit
fa65f606b8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue