diff --git a/src/lib/components/AIScore.svelte b/src/lib/components/AIScore.svelte index d5c235b5..92f66a90 100644 --- a/src/lib/components/AIScore.svelte +++ b/src/lib/components/AIScore.svelte @@ -68,7 +68,7 @@ class="stroke-current {score >= 7 ? 'text-[#00FC50]' : score >= 4 - ? 'text-[#FF9E21]' + ? 'text-[#FBCE3C]' : 'text-[#FF2F1F]'}" stroke-width="3" stroke-dasharray="100.48" diff --git a/src/lib/components/Feedback.svelte b/src/lib/components/Feedback.svelte index 937f1625..d89025cc 100644 --- a/src/lib/components/Feedback.svelte +++ b/src/lib/components/Feedback.svelte @@ -82,7 +82,7 @@