From c8c65df348ad893c2f02d5f7ef38f98f5833c656 Mon Sep 17 00:00:00 2001 From: zv Date: Sat, 13 Jun 2026 12:59:59 +0200 Subject: [PATCH] fix: keep thunderstorm effect visible in light theme --- components/weather/weather-effects.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/weather/weather-effects.tsx b/components/weather/weather-effects.tsx index 523758f..bfb60fa 100644 --- a/components/weather/weather-effects.tsx +++ b/components/weather/weather-effects.tsx @@ -82,7 +82,7 @@ export function WeatherEffects({ precipitation10m, thunderstorm = false }: { pre preserveAspectRatio="xMidYMid meet" animate={reduceMotion ? { opacity: bolt.opacity * 0.22 } : { opacity: [0, 0, bolt.opacity, bolt.opacity * 0.08, 0], scaleY: [0.98, 0.98, 1.02, 1, 0.99] }} transition={{ duration: 3.6, repeat: Infinity, repeatDelay: 2.4, delay: bolt.delay }} - className={`absolute text-white ${bolt.className}`} + className={`absolute text-foreground dark:text-white ${bolt.className}`} >