diff --git a/src/data/weather.ts b/src/data/weather.ts index 6c2fb20fcb..fe64a4ff8a 100644 --- a/src/data/weather.ts +++ b/src/data/weather.ts @@ -319,6 +319,12 @@ export const weatherSVGStyles = css` .cloud-front { fill: var(--weather-icon-cloud-front-color, #f9f9f9); } + .snow { + fill: var(--weather-icon-snow-color, #f9f9f9); + stroke: var(--weather-icon-snow-stroke-color, #d4d4d4); + stroke-width: 1; + paint-order: stroke; + } `; const getWeatherStateSVG = ( @@ -434,15 +440,15 @@ const getWeatherStateSVG = ( snowyStates.has(state) ? svg` `