diff --git a/packages/juno-core/src/components/Badge/Badge.tsx b/packages/juno-core/src/components/Badge/Badge.tsx index fa039f02..48c99890 100644 --- a/packages/juno-core/src/components/Badge/Badge.tsx +++ b/packages/juno-core/src/components/Badge/Badge.tsx @@ -30,9 +30,9 @@ import { BadgeStyle } from './styles'; import { RcBadgeClasses, useRoundBadgeOffset } from './utils'; type RcBadgeProps = { - /** tag color, default is `highlight.b03` */ + /** tag color, default is `umi.mentioned` */ color?: RcPaletteKeys; - /** text color, default is `neutral.f01` */ + /** text color, default is `umi.text` */ textColor?: RcPaletteKeys; /** tag border color */ borderColor?: RcPaletteKeys; @@ -169,8 +169,8 @@ const RcBadge = styled(_RcBadge)` `; RcBadge.defaultProps = { - color: 'highlight.b03', - textColor: 'neutral.f01', + color: 'umi.mentioned', + textColor: 'umi.text', overlap: 'rectangular', anchorOrigin: { horizontal: 'right', diff --git a/sync-github.json b/sync-github.json index 92a781ee..d3f35c66 100644 --- a/sync-github.json +++ b/sync-github.json @@ -1,3 +1,3 @@ { - "latestCommitSHA": "7fa0cba5400b86a60bae28831bd0da46d34b5446" + "latestCommitSHA": "cacf6cdeeff90f503ce00455ab9b26f56f3dd211" } \ No newline at end of file