From c2e13d5c486ab8d3d0605cc48f179dff9fea7cf6 Mon Sep 17 00:00:00 2001 From: LOUIS POTEVIN Date: Wed, 27 May 2026 13:21:35 +0200 Subject: [PATCH] feat: rename color variables from correct to success --- src/styles/tokens/_colors.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/styles/tokens/_colors.scss b/src/styles/tokens/_colors.scss index 8e3c906..adcb57e 100644 --- a/src/styles/tokens/_colors.scss +++ b/src/styles/tokens/_colors.scss @@ -7,9 +7,9 @@ --nds-secondary: #71EAEA; --nds-accent: #05D1D1; - --nds-correct-high: #3B6D11; - --nds-correct-medium: #639922; - --nds-correct-low: #EAF3DE; + --nds-success-high: #3B6D11; + --nds-success-medium: #639922; + --nds-success-low: #EAF3DE; --nds-error-high: #A32D2D; --nds-error-medium: #E24B4A; @@ -35,9 +35,9 @@ --nds-secondary: #288181; --nds-accent: #2EFAFA; - --nds-correct-high: #97C459; - --nds-correct-medium: #97C459; - --nds-correct-low: #173404; + --nds-success-high: #97C459; + --nds-success-medium: #97C459; + --nds-success-low: #173404; --nds-error-high: #F09595; --nds-error-medium: #A32D2D;