From ec34339e1630826bb84820b7c47162477fd9f867 Mon Sep 17 00:00:00 2001 From: Ishan Parlikar Date: Thu, 20 Jul 2023 23:01:32 +0530 Subject: [PATCH] added dimmed color for location name --- src/widgets/weather/WeatherTile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/weather/WeatherTile.tsx b/src/widgets/weather/WeatherTile.tsx index a16e3d49c..861d3e6a2 100644 --- a/src/widgets/weather/WeatherTile.tsx +++ b/src/widgets/weather/WeatherTile.tsx @@ -118,7 +118,7 @@ function WeatherTile({ widget }: WeatherTileProps) { {widget.properties.displayCityName && ( - {widget.properties.location.name} + {widget.properties.location.name} )}