Skip to content

Commit

Permalink
fix(tokens): pull down update to dark chart labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoker authored May 22, 2024
2 parents 35e3214 + 513d332 commit b291cc0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/module/build/css/tokens-charts-dark.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 16 May 2024 15:08:07 GMT
// Generated on Wed, 22 May 2024 20:26:40 GMT

@mixin pf-v6-tokens {
--pf-t--chart--global--stroke-line-join: round;
Expand All @@ -22,7 +22,7 @@
--pf-t--chart--global--BorderWidth--lg: 8;
--pf-t--chart--global--BorderWidth--sm: 2;
--pf-t--chart--global--BorderWidth--xs: 1;
--pf-t--chart--global--label--fill: var(--pf-t--color--gray--90);
--pf-t--chart--global--label--fill: var(--pf-t--color--white);
--pf-t--chart--global--danger--color--100: var(--pf-t--color--red-orange--50);
--pf-t--chart--global--success--color--100: var(--pf-t--color--blue--30);
--pf-t--chart--global--warning--color--200: var(--pf-t--color--yellow--30);
Expand Down
2 changes: 1 addition & 1 deletion packages/module/build/css/tokens-charts.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 16 May 2024 15:08:07 GMT
// Generated on Wed, 22 May 2024 20:26:40 GMT

@mixin pf-v6-tokens {
--pf-t--chart--global--stroke-line-join: round;
Expand Down
2 changes: 1 addition & 1 deletion packages/module/build/css/tokens-dark.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 16 May 2024 15:08:07 GMT
// Generated on Wed, 22 May 2024 20:26:40 GMT

@mixin pf-v6-tokens {
--pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
Expand Down
2 changes: 1 addition & 1 deletion packages/module/build/css/tokens-default.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 16 May 2024 15:08:07 GMT
// Generated on Wed, 22 May 2024 20:26:40 GMT

@mixin pf-v6-tokens {
--pf-t--global--timing-function--300: cubic-bezier(0, 0, .2, 1);
Expand Down
2 changes: 1 addition & 1 deletion packages/module/build/css/tokens-palette.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 16 May 2024 15:08:07 GMT
// Generated on Wed, 22 May 2024 20:26:40 GMT

@mixin pf-v6-tokens {
--pf-t--color--red--70: #5f0000;
Expand Down
2 changes: 1 addition & 1 deletion packages/module/tokens/dark/charts.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
},
"fill": {
"type": "color",
"value": "{color.gray.90}"
"value": "{color.white}"
}
},
"layout": {
Expand Down

0 comments on commit b291cc0

Please sign in to comment.