Procházet zdrojové kódy

fix: badge color error

GyDi před 2 roky
rodič
revize
fa65f606b8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/profile/profile-more.tsx

+ 1 - 1
src/components/profile/profile-more.tsx

@@ -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"