From 9e93d178f92ca033b250b284d0a503247bf9c666 Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Tue, 11 Jun 2024 15:31:13 -0400 Subject: [PATCH] bump up contrast of active rating symbols --- src/components/rating/rating.styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/rating/rating.styles.ts b/src/components/rating/rating.styles.ts index 1b7b8a22d..8d1e4e6de 100644 --- a/src/components/rating/rating.styles.ts +++ b/src/components/rating/rating.styles.ts @@ -3,7 +3,7 @@ import { css } from 'lit'; export default css` :host { --symbol-color: var(--wa-color-neutral-fill-normal); - --symbol-color-active: var(--wa-color-yellow-70); + --symbol-color-active: var(--wa-color-yellow-60); --symbol-size: var(--wa-font-size-l); --symbol-spacing: var(--wa-space-3xs);