diff options
Diffstat (limited to 'app/Sensor.hs')
-rw-r--r-- | app/Sensor.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Sensor.hs b/app/Sensor.hs index 08f4f11..21c7f09 100644 --- a/app/Sensor.hs +++ b/app/Sensor.hs @@ -564,7 +564,7 @@ weatherForecast = do _ -> summary.symbol_code ) tempMax = P.color P.Red (P.pretty (show details.air_temperature_max)) - tempMin = P.color P.Green (P.pretty (show details.air_temperature_min)) + tempMin = P.colorDull P.Green (P.pretty (show details.air_temperature_min)) nfMdWeatherCloudy = "\xf0590" nfMdWeatherFog = "\xf0591" |