diff --git a/projects/packages/premium-analytics/changelog/fix-stylelint-premium-analytics b/projects/packages/premium-analytics/changelog/fix-stylelint-premium-analytics new file mode 100644 index 000000000000..9c926f93ca53 --- /dev/null +++ b/projects/packages/premium-analytics/changelog/fix-stylelint-premium-analytics @@ -0,0 +1,3 @@ +Significance: patch +Type: changed +Comment: Fix invalid WPDS token in store-performance widget styles to resolve stylelint failure. diff --git a/projects/packages/premium-analytics/widgets/store-performance/styles.module.scss b/projects/packages/premium-analytics/widgets/store-performance/styles.module.scss index 0ba6c7aefb71..92f61237870c 100644 --- a/projects/packages/premium-analytics/widgets/store-performance/styles.module.scss +++ b/projects/packages/premium-analytics/widgets/store-performance/styles.module.scss @@ -7,5 +7,5 @@ align-items: center; justify-content: center; min-height: 250px; - color: var(--wpds-color-fg-content-neutral-weak, #646970); + color: var(--wpds-color-foreground-content-neutral-weak, #646970); }