@patternfly/patternfly 6.5.0-prerelease.88 → 6.5.0-prerelease.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/patternfly-charts.css +1 -1
- package/patternfly-charts.scss +1 -1
package/package.json
CHANGED
package/patternfly-charts.css
CHANGED
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
--pf-v6-chart-axis--tick--stroke--Color: var(--pf-t--global--border--color--default);
|
|
782
782
|
--pf-v6-chart-axis--tick-label--Fill: var(--pf-v6-chart-global--Fill--Color--700);
|
|
783
783
|
--pf-v6-chart-bar--Width: 10;
|
|
784
|
-
--pf-v6-chart-bar--data--stroke: var(--pf-t--global--border--color--
|
|
784
|
+
--pf-v6-chart-bar--data--stroke: var(--pf-t--global--border--color--alt);
|
|
785
785
|
--pf-v6-chart-bar--data--Fill: var(--pf-v6-chart-global--Fill--Color--900);
|
|
786
786
|
--pf-v6-chart-bar--data--Padding: 8;
|
|
787
787
|
--pf-v6-chart-bar--data-stroke--Width: var(--pf-t--global--border--width--high-contrast--regular);
|
package/patternfly-charts.scss
CHANGED
|
@@ -163,7 +163,7 @@ $chart: #{$pf-prefix} + 'chart';
|
|
|
163
163
|
|
|
164
164
|
// Bar Chart
|
|
165
165
|
--#{$chart}-bar--Width: 10;
|
|
166
|
-
--#{$chart}-bar--data--stroke: var(--pf-t--global--border--color--
|
|
166
|
+
--#{$chart}-bar--data--stroke: var(--pf-t--global--border--color--alt);
|
|
167
167
|
--#{$chart}-bar--data--Fill: var(--#{$chart}-global--Fill--Color--900);
|
|
168
168
|
--#{$chart}-bar--data--Padding: 8;
|
|
169
169
|
--#{$chart}-bar--data-stroke--Width: var(--pf-t--global--border--width--high-contrast--regular);
|