From 783c5480f0f4f15d4769daac4a7a0a941d31b503 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Sun, 26 Apr 2026 12:00:29 +0300 Subject: [PATCH] Updates --- lib/presentation/hmg_services/widgets/weather_widget.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/presentation/hmg_services/widgets/weather_widget.dart b/lib/presentation/hmg_services/widgets/weather_widget.dart index 65ad9de5..9ea2aa2b 100644 --- a/lib/presentation/hmg_services/widgets/weather_widget.dart +++ b/lib/presentation/hmg_services/widgets/weather_widget.dart @@ -110,9 +110,9 @@ class WeatherWidget extends StatelessWidget { ); }, padding: EdgeInsets.zero, - backgroundColor: AppColors.secondaryLightRedColor, - borderColor: AppColors.secondaryLightRedColor, - textColor: AppColors.primaryRedColor, + backgroundColor: AppColors.infoColor.withValues(alpha: 0.12), + borderColor: AppColors.infoColor.withValues(alpha: 0.01), + textColor: AppColors.infoColor, fontSize: 14.f, fontWeight: FontWeight.w600, borderRadius: 10.r,