Skip to content

Commit 8130470

Browse files
authored
fix: restore stroke value for .highcharts-color-7 (#11375)
In #10205, the stroke value for the `.highcharts-color-7` was mistakenly removed instead of the `color` value.
1 parent 4495f36 commit 8130470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/charts/src/styles/vaadin-chart-base-styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ export const chartStyles = css`
393393
394394
:where([styled-mode]) .highcharts-color-7 {
395395
fill: var(--_color-7);
396-
color: var(--_color-7-label);
396+
stroke: var(--_color-7);
397397
}
398398
399399
:where([styled-mode]) .highcharts-color-8 {

0 commit comments

Comments
 (0)