|
|
|
@ -110,9 +110,9 @@ class WeatherWidget extends StatelessWidget {
|
|
|
|
);
|
|
|
|
);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
padding: EdgeInsets.zero,
|
|
|
|
padding: EdgeInsets.zero,
|
|
|
|
backgroundColor: AppColors.secondaryLightRedColor,
|
|
|
|
backgroundColor: AppColors.infoColor.withValues(alpha: 0.12),
|
|
|
|
borderColor: AppColors.secondaryLightRedColor,
|
|
|
|
borderColor: AppColors.infoColor.withValues(alpha: 0.01),
|
|
|
|
textColor: AppColors.primaryRedColor,
|
|
|
|
textColor: AppColors.infoColor,
|
|
|
|
fontSize: 14.f,
|
|
|
|
fontSize: 14.f,
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
borderRadius: 10.r,
|
|
|
|
borderRadius: 10.r,
|
|
|
|
|