Skip to content

Commit

Permalink
minor alignment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ved committed Jun 18, 2023
1 parent 85ba8d8 commit 9ee1e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/weatherinfocontainer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ Widget mainWeatherData(
Icon(
weatherIcon,
color: textColor,
size: 80,
size: 76,
),
const SizedBox(height: 10),
Text(
'$description',
style: TextStyle(
fontSize: 18.0,
fontSize: 16.0,
color: textColor,
),
),
Expand Down

0 comments on commit 9ee1e3e

Please sign in to comment.