pull/299/head
haroon amjad 2 days ago
parent 018f316a01
commit 783c5480f0

@ -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,

Loading…
Cancel
Save