Skip to content

Commit 18019aa

Browse files
committed
replace bodyLight with bodyMedium
1 parent 2bdde99 commit 18019aa

File tree

1 file changed

+6
-6
lines changed
  • src/@chakra-ui/gatsby-plugin/components/Tag

1 file changed

+6
-6
lines changed

src/@chakra-ui/gatsby-plugin/components/Tag/utils.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const STATUS_COLORS = {
1313
normal: {
1414
subtle: {
1515
[$badgeBg.variable]: "colors.backgroundHighlight",
16-
[$badgeColor.variable]: "colors.bodyLight",
16+
[$badgeColor.variable]: "colors.bodyMedium",
1717
"&:any-link": {
1818
_hover: {
1919
[$badgeBg.variable]: "colors.primaryHover",
@@ -23,7 +23,7 @@ export const STATUS_COLORS = {
2323
},
2424
_focusWithin: {
2525
[$badgeBg.variable]: "colors.primaryLight",
26-
[$badgeColor.variable]: "colors.bodyLight",
26+
[$badgeColor.variable]: "colors.bodyMedium",
2727
outlineColor: "primaryHover",
2828
},
2929
_active: {
@@ -33,7 +33,7 @@ export const STATUS_COLORS = {
3333
},
3434
},
3535
solid: {
36-
[$badgeBg.variable]: "colors.bodyLight",
36+
[$badgeBg.variable]: "colors.bodyMedium",
3737
[$badgeColor.variable]: "colors.backgroundHighlight",
3838
"&:any-link": {
3939
_hover: {
@@ -44,7 +44,7 @@ export const STATUS_COLORS = {
4444
},
4545
_focusWithin: {
4646
[$badgeBg.variable]: "colors.primaryLight",
47-
[$badgeColor.variable]: "colors.bodyLight",
47+
[$badgeColor.variable]: "colors.bodyMedium",
4848
outlineColor: "primaryHover",
4949
},
5050
_active: {
@@ -54,7 +54,7 @@ export const STATUS_COLORS = {
5454
},
5555
},
5656
outline: {
57-
[$badgeColor.variable]: "colors.bodyLight",
57+
[$badgeColor.variable]: "colors.bodyMedium",
5858
"&:any-link": {
5959
_hover: {
6060
[$badgeBg.variable]: "colors.primaryHover",
@@ -66,7 +66,7 @@ export const STATUS_COLORS = {
6666
},
6767
_focusWithin: {
6868
[$badgeBg.variable]: "colors.primaryLight",
69-
[$badgeColor.variable]: "colors.bodyLight",
69+
[$badgeColor.variable]: "colors.bodyMedium",
7070
bg: $badgeBg.reference,
7171
outlineColor: "primaryHover",
7272
borderColor: "transparent",

0 commit comments

Comments
 (0)