diff --git a/src/lib/components/AIScore.svelte b/src/lib/components/AIScore.svelte index 92f66a90..47b52fb1 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-[#FBCE3C]' + ? 'text-[#fff]' : 'text-[#FF2F1F]'}" stroke-width="3" stroke-dasharray="100.48" @@ -115,7 +115,7 @@
- import toast from 'svelte-french-toast'; - import { stockTicker, etfTicker, cryptoTicker, assetType, screenWidth } from "$lib/store"; - import { page } from '$app/stores'; + - {#if $screenWidth >= 640} - + - + + +