Skip to content

Commit 3ab5227

Browse files
authored
fix(charts): update dark label color token (#6686)
1 parent 1ec89f4 commit 3ab5227

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/patternfly/base/tokens/tokens-charts-dark.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

55
@mixin pf-v6-tokens {
66
--pf-t--chart--global--stroke-line-join: round;
@@ -22,7 +22,7 @@
2222
--pf-t--chart--global--BorderWidth--lg: 8;
2323
--pf-t--chart--global--BorderWidth--sm: 2;
2424
--pf-t--chart--global--BorderWidth--xs: 1;
25-
--pf-t--chart--global--label--fill: var(--pf-t--color--gray--90);
25+
--pf-t--chart--global--label--fill: var(--pf-t--color--white);
2626
--pf-t--chart--global--danger--color--100: var(--pf-t--color--red-orange--50);
2727
--pf-t--chart--global--success--color--100: var(--pf-t--color--blue--30);
2828
--pf-t--chart--global--warning--color--200: var(--pf-t--color--yellow--30);

src/patternfly/base/tokens/tokens-charts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

55
@mixin pf-v6-tokens {
66
--pf-t--chart--global--stroke-line-join: round;

src/patternfly/base/tokens/tokens-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

55
@mixin pf-v6-tokens {
66
--pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);

src/patternfly/base/tokens/tokens-default.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

55
@mixin pf-v6-tokens {
66
--pf-t--global--timing-function--300: cubic-bezier(0, 0, .2, 1);

src/patternfly/base/tokens/tokens-palette.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

55
@mixin pf-v6-tokens {
66
--pf-t--color--red--70: #5f0000;

0 commit comments

Comments
 (0)